Html Css Color HEX #BCA84B Sundance

📋 copy color: '#BCA84B'

red 188 ◦ green 168 ◦ blue 75

#BCA84B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #BCA84B

Tints of Sundance #BCA84B

RGB

 RED value IS 188 (73.83% from 255) = 43.62%

 GREEN value IS 168 (66.02% from 255) = 38.98%

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 43.62%
G = 38.98%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCA84B (or 0xBCA84B) is known color: Sundance. HEX triplet: BC, A8 and 4B. RGB value is (188,168,75). Sum of RGB (Red+Green+Blue) = 188+168+75=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA84B is #4357B4. Grayscale: #A3A3A3. Windows color (decimal): -4413365 or 4958396. OLE color: 4958396.

HSL color Cylindrical-coordinate representation of color #BCA84B: hue angle of 49.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCA84B is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 75 -
CMYK 0 0.11 0.60 0.26
HSL 49.38º 0.46% 0.52% -
HSV(B) 49.38º 0.6% 0.74% -
XYZ 36.01 39.2 12.33 -
YUV 163.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 188 168 75 0 0.11 0.60 0.26 49.38 0.46 0.52
Hex BC A8 4B 0 B 3C 1A 31 2E 34
Octal 274 250 113 0 13 74 32 61 56 64
Binary 10111100 10101000 1001011 0 1011 111100 11010 110001 101110 110100

Color Harmonies of #BCA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA84B

Black with #BCA84B

Text Example


Text Example

White with #BCA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA84B; }

 p { color: rgb(188,168,75); }

 H1.HeaderClassName
 {
   color: #BCA84B;
 }
 .AnyTagClassName
 {
   color: #BCA84B;
 }
</style>

background-color css

<style>
 a { background-color: #BCA84B; }

 a { background-color: rgb(188,168,75); }

 div.DivClassName
 {
   background-color: #BCA84B;
 }
 .BgClassName
 {
   background-color: #BCA84B;
 }
</style>

border-color css

<style>
 span { border-color: #BCA84B; }

 span { border-color: rgb(188,168,75); }

 td.TdClassName
 {
   border-color: #BCA84B;
 }
 .TagClassName
 {
   border-color: #BCA84B;
 }
</style>