Html Css Color HEX #BD6F08 Dark Goldenrod

📋 copy color: '#BD6F08'

red 189 ◦ green 111 ◦ blue 8

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

Shades of Dark Goldenrod #BD6F08

Tints of Dark Goldenrod #BD6F08

RGB

 RED value IS 189 (74.22% from 255) = 61.36%

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 61.36%
G = 36.04%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD6F08 (or 0xBD6F08) is known color: Dark Goldenrod. HEX triplet: BD, 6F and 08. RGB value is (189,111,8). Sum of RGB (Red+Green+Blue) = 189+111+8=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6F08 is #4290F7. Grayscale: #7B7B7B. Windows color (decimal): -4362488 or 552893. OLE color: 552893.

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

Color convert

RGB 189 111 8 -
CMYK 0 0.41 0.96 0.26
HSL 34.14º 0.92% 0.39% -
HSV(B) 34.14º 0.96% 0.74% -
XYZ 26.71 22.21 3.11 -
YUV 122.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 189 111 8 0 0.41 0.96 0.26 34.14 0.92 0.39
Hex BD 6F 8 0 29 60 1A 22 5C 27
Octal 275 157 10 0 51 140 32 42 134 47
Binary 10111101 1101111 1000 0 101001 1100000 11010 100010 1011100 100111

Color Harmonies of #BD6F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F08

Black with #BD6F08

Text Example


Text Example

White with #BD6F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F08; }

 p { color: rgb(189,111,8); }

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

background-color css

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

 a { background-color: rgb(189,111,8); }

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

border-color css

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

 span { border-color: rgb(189,111,8); }

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