Html Css Color HEX #BC850B Dark Goldenrod

📋 copy color: '#BC850B'

red 188 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #BC850B

Tints of Dark Goldenrod #BC850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 56.63%
G = 40.06%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC850B (or 0xBC850B) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 0B. RGB value is (188,133,11). Sum of RGB (Red+Green+Blue) = 188+133+11=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC850B is #437AF4. Grayscale: #888888. Windows color (decimal): -4422389 or 755132. OLE color: 755132.

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

Color convert

RGB 188 133 11 -
CMYK 0 0.29 0.94 0.26
HSL 41.36º 0.89% 0.39% -
HSV(B) 41.36º 0.94% 0.74% -
XYZ 29.19 27.49 4.08 -
YUV 135.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 188 133 11 0 0.29 0.94 0.26 41.36 0.89 0.39
Hex BC 85 B 0 1D 5E 1A 29 59 27
Octal 274 205 13 0 35 136 32 51 131 47
Binary 10111100 10000101 1011 0 11101 1011110 11010 101001 1011001 100111

Color Harmonies of #BC850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC850B

Black with #BC850B

Text Example


Text Example

White with #BC850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC850B; }

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

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

background-color css

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

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

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

border-color css

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

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

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