Html Css Color HEX #BC9508 Dark Goldenrod

📋 copy color: '#BC9508'

red 188 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #BC9508

Tints of Dark Goldenrod #BC9508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

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

R = 54.49%
G = 43.19%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC9508 (or 0xBC9508) is known color: Dark Goldenrod. HEX triplet: BC, 95 and 08. RGB value is (188,149,8). Sum of RGB (Red+Green+Blue) = 188+149+8=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9508 is #436AF7. Grayscale: #919191. Windows color (decimal): -4418296 or 562620. OLE color: 562620.

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

Color convert

RGB 188 149 8 -
CMYK 0 0.21 0.96 0.26
HSL 47º 0.92% 0.38% -
HSV(B) 47º 0.96% 0.74% -
XYZ 31.53 32.2 4.78 -
YUV 144.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 188 149 8 0 0.21 0.96 0.26 47 0.92 0.38
Hex BC 95 8 0 15 60 1A 2F 5C 26
Octal 274 225 10 0 25 140 32 57 134 46
Binary 10111100 10010101 1000 0 10101 1100000 11010 101111 1011100 100110

Color Harmonies of #BC9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9508

Black with #BC9508

Text Example


Text Example

White with #BC9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9508; }

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

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

background-color css

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

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

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

border-color css

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

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

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