Html Css Color HEX #BC7B0F Dark Goldenrod

📋 copy color: '#BC7B0F'

red 188 ◦ green 123 ◦ blue 15

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

Shades of Dark Goldenrod #BC7B0F

Tints of Dark Goldenrod #BC7B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 57.67%
G = 37.73%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC7B0F (or 0xBC7B0F) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 0F. RGB value is (188,123,15). Sum of RGB (Red+Green+Blue) = 188+123+15=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B0F is #4384F0. Grayscale: #828282. Windows color (decimal): -4424945 or 1014716. OLE color: 1014716.

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

Color convert

RGB 188 123 15 -
CMYK 0 0.35 0.92 0.26
HSL 37.46º 0.85% 0.4% -
HSV(B) 37.46º 0.92% 0.74% -
XYZ 27.91 24.89 3.79 -
YUV 130.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 188 123 15 0 0.35 0.92 0.26 37.46 0.85 0.4
Hex BC 7B F 0 23 5C 1A 25 55 28
Octal 274 173 17 0 43 134 32 45 125 50
Binary 10111100 1111011 1111 0 100011 1011100 11010 100101 1010101 101000

Color Harmonies of #BC7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B0F

Black with #BC7B0F

Text Example


Text Example

White with #BC7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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