Html Css Color HEX #BC7908 Dark Goldenrod

📋 copy color: '#BC7908'

red 188 ◦ green 121 ◦ blue 8

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

Shades of Dark Goldenrod #BC7908

Tints of Dark Goldenrod #BC7908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 59.31%
G = 38.17%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC7908 (or 0xBC7908) is known color: Dark Goldenrod. HEX triplet: BC, 79 and 08. RGB value is (188,121,8). Sum of RGB (Red+Green+Blue) = 188+121+8=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7908 is #4386F7. Grayscale: #808080. Windows color (decimal): -4425464 or 555452. OLE color: 555452.

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

Color convert

RGB 188 121 8 -
CMYK 0 0.36 0.96 0.26
HSL 37.67º 0.92% 0.38% -
HSV(B) 37.67º 0.96% 0.74% -
XYZ 27.62 24.38 3.48 -
YUV 128.15 60.2 170.69 -
System Red Green Blue C M Y K H S L
Decimal 188 121 8 0 0.36 0.96 0.26 37.67 0.92 0.38
Hex BC 79 8 0 24 60 1A 26 5C 26
Octal 274 171 10 0 44 140 32 46 134 46
Binary 10111100 1111001 1000 0 100100 1100000 11010 100110 1011100 100110

Color Harmonies of #BC7908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7908

Black with #BC7908

Text Example


Text Example

White with #BC7908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7908; }

 p { color: rgb(188,121,8); }

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

background-color css

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

 a { background-color: rgb(188,121,8); }

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

border-color css

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

 span { border-color: rgb(188,121,8); }

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