Html Css Color HEX #BC810B Dark Goldenrod

📋 copy color: '#BC810B'

red 188 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #BC810B

Tints of Dark Goldenrod #BC810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 57.32%
G = 39.33%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC810B (or 0xBC810B) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 0B. RGB value is (188,129,11). Sum of RGB (Red+Green+Blue) = 188+129+11=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC810B is #437EF4. Grayscale: #858585. Windows color (decimal): -4423413 or 754108. OLE color: 754108.

HSL color Cylindrical-coordinate representation of color #BC810B: hue angle of 40º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC810B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 11 -
CMYK 0 0.31 0.94 0.26
HSL 40º 0.89% 0.39% -
HSV(B) 40º 0.94% 0.74% -
XYZ 28.65 26.42 3.91 -
YUV 133.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 188 129 11 0 0.31 0.94 0.26 40 0.89 0.39
Hex BC 81 B 0 1F 5E 1A 28 59 27
Octal 274 201 13 0 37 136 32 50 131 47
Binary 10111100 10000001 1011 0 11111 1011110 11010 101000 1011001 100111

Color Harmonies of #BC810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC810B

Black with #BC810B

Text Example


Text Example

White with #BC810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC810B; }

 p { color: rgb(188,129,11); }

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

background-color css

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

 a { background-color: rgb(188,129,11); }

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

border-color css

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

 span { border-color: rgb(188,129,11); }

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