Html Css Color HEX #BC8B09 Dark Goldenrod

📋 copy color: '#BC8B09'

red 188 ◦ green 139 ◦ blue 9

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

Shades of Dark Goldenrod #BC8B09

Tints of Dark Goldenrod #BC8B09

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 9 (3.91% from 255) = 2.68%

R = 55.95%
G = 41.37%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC8B09 (or 0xBC8B09) is known color: Dark Goldenrod. HEX triplet: BC, 8B and 09. RGB value is (188,139,9). Sum of RGB (Red+Green+Blue) = 188+139+9=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8B09 is #4374F6. Grayscale: #8B8B8B. Windows color (decimal): -4420855 or 625596. OLE color: 625596.

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

Color convert

RGB 188 139 9 -
CMYK 0 0.26 0.95 0.26
HSL 43.58º 0.91% 0.39% -
HSV(B) 43.58º 0.95% 0.74% -
XYZ 30.02 29.18 4.31 -
YUV 138.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 188 139 9 0 0.26 0.95 0.26 43.58 0.91 0.39
Hex BC 8B 9 0 1A 5F 1A 2C 5B 27
Octal 274 213 11 0 32 137 32 54 133 47
Binary 10111100 10001011 1001 0 11010 1011111 11010 101100 1011011 100111

Color Harmonies of #BC8B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B09

Black with #BC8B09

Text Example


Text Example

White with #BC8B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B09; }

 p { color: rgb(188,139,9); }

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

background-color css

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

 a { background-color: rgb(188,139,9); }

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

border-color css

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

 span { border-color: rgb(188,139,9); }

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