Html Css Color HEX #BCB04D Sundance

📋 copy color: '#BCB04D'

red 188 ◦ green 176 ◦ blue 77

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

Shades of Sundance #BCB04D

Tints of Sundance #BCB04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 42.63%
G = 39.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCB04D (or 0xBCB04D) is known color: Sundance. HEX triplet: BC, B0 and 4D. RGB value is (188,176,77). Sum of RGB (Red+Green+Blue) = 188+176+77=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB04D is #434FB2. Grayscale: #A8A8A8. Windows color (decimal): -4411315 or 5091516. OLE color: 5091516.

HSL color Cylindrical-coordinate representation of color #BCB04D: hue angle of 53.51º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCB04D is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 77 -
CMYK 0 0.06 0.59 0.26
HSL 53.51º 0.45% 0.52% -
HSV(B) 53.51º 0.59% 0.74% -
XYZ 37.6 42.28 13.2 -
YUV 168.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 188 176 77 0 0.06 0.59 0.26 53.51 0.45 0.52
Hex BC B0 4D 0 6 3B 1A 36 2D 34
Octal 274 260 115 0 6 73 32 66 55 64
Binary 10111100 10110000 1001101 0 110 111011 11010 110110 101101 110100

Color Harmonies of #BCB04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB04D

Black with #BCB04D

Text Example


Text Example

White with #BCB04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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