Html Css Color HEX #BC9608 Dark Goldenrod

📋 copy color: '#BC9608'

red 188 ◦ green 150 ◦ blue 8

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

Shades of Dark Goldenrod #BC9608

Tints of Dark Goldenrod #BC9608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 54.34%
G = 43.35%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC9608 (or 0xBC9608) is known color: Dark Goldenrod. HEX triplet: BC, 96 and 08. RGB value is (188,150,8). Sum of RGB (Red+Green+Blue) = 188+150+8=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9608 is #4369F7. Grayscale: #919191. Windows color (decimal): -4418040 or 562876. OLE color: 562876.

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

Color convert

RGB 188 150 8 -
CMYK 0 0.20 0.96 0.26
HSL 47.33º 0.92% 0.38% -
HSV(B) 47.33º 0.96% 0.74% -
XYZ 31.69 32.52 4.84 -
YUV 145.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 188 150 8 0 0.20 0.96 0.26 47.33 0.92 0.38
Hex BC 96 8 0 14 60 1A 2F 5C 26
Octal 274 226 10 0 24 140 32 57 134 46
Binary 10111100 10010110 1000 0 10100 1100000 11010 101111 1011100 100110

Color Harmonies of #BC9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9608

Black with #BC9608

Text Example


Text Example

White with #BC9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9608; }

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

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

background-color css

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

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

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

border-color css

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

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

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