Html Css Color HEX #BCB04C Sundance

📋 copy color: '#BCB04C'

red 188 ◦ green 176 ◦ blue 76

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

Shades of Sundance #BCB04C

Tints of Sundance #BCB04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 42.73%
G = 40%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCB04C (or 0xBCB04C) is known color: Sundance. HEX triplet: BC, B0 and 4C. RGB value is (188,176,76). Sum of RGB (Red+Green+Blue) = 188+176+76=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB04C is #434FB3. Grayscale: #A8A8A8. Windows color (decimal): -4411316 or 5025980. OLE color: 5025980.

HSL color Cylindrical-coordinate representation of color #BCB04C: hue angle of 53.57º 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 #BCB04C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 76 -
CMYK 0 0.06 0.60 0.26
HSL 53.57º 0.46% 0.52% -
HSV(B) 53.57º 0.6% 0.74% -
XYZ 37.57 42.26 13.02 -
YUV 168.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 188 176 76 0 0.06 0.60 0.26 53.57 0.46 0.52
Hex BC B0 4C 0 6 3C 1A 36 2E 34
Octal 274 260 114 0 6 74 32 66 56 64
Binary 10111100 10110000 1001100 0 110 111100 11010 110110 101110 110100

Color Harmonies of #BCB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB04C

Black with #BCB04C

Text Example


Text Example

White with #BCB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB04C; }

 p { color: rgb(188,176,76); }

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

background-color css

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

 a { background-color: rgb(188,176,76); }

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

border-color css

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

 span { border-color: rgb(188,176,76); }

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