Html Css Color HEX #BC7B11 Dark Goldenrod

📋 copy color: '#BC7B11'

red 188 ◦ green 123 ◦ blue 17

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

Shades of Dark Goldenrod #BC7B11

Tints of Dark Goldenrod #BC7B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 57.32%
G = 37.5%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC7B11 (or 0xBC7B11) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 11. RGB value is (188,123,17). Sum of RGB (Red+Green+Blue) = 188+123+17=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B11 is #4384EE. Grayscale: #828282. Windows color (decimal): -4424943 or 1145788. OLE color: 1145788.

HSL color Cylindrical-coordinate representation of color #BC7B11: hue angle of 37.19º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC7B11 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 17 -
CMYK 0 0.35 0.91 0.26
HSL 37.19º 0.83% 0.4% -
HSV(B) 37.19º 0.91% 0.74% -
XYZ 27.92 24.9 3.86 -
YUV 130.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 188 123 17 0 0.35 0.91 0.26 37.19 0.83 0.4
Hex BC 7B 11 0 23 5B 1A 25 53 28
Octal 274 173 21 0 43 133 32 45 123 50
Binary 10111100 1111011 10001 0 100011 1011011 11010 100101 1010011 101000

Color Harmonies of #BC7B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B11

Black with #BC7B11

Text Example


Text Example

White with #BC7B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B11; }

 p { color: rgb(188,123,17); }

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

background-color css

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

 a { background-color: rgb(188,123,17); }

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

border-color css

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

 span { border-color: rgb(188,123,17); }

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