Html Css Color HEX #B67F0F Dark Goldenrod

📋 copy color: '#B67F0F'

red 182 ◦ green 127 ◦ blue 15

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

Shades of Dark Goldenrod #B67F0F

Tints of Dark Goldenrod #B67F0F

RGB

 RED value IS 182 (71.48% from 255) = 56.17%

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 56.17%
G = 39.2%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B67F0F (or 0xB67F0F) is known color: Dark Goldenrod. HEX triplet: B6, 7F and 0F. RGB value is (182,127,15). Sum of RGB (Red+Green+Blue) = 182+127+15=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67F0F is #4980F0. Grayscale: #838383. Windows color (decimal): -4817137 or 1015734. OLE color: 1015734.

HSL color Cylindrical-coordinate representation of color #B67F0F: hue angle of 40.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B67F0F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 15 -
CMYK 0 0.30 0.92 0.29
HSL 40.24º 0.85% 0.39% -
HSV(B) 40.24º 0.92% 0.71% -
XYZ 26.97 25.16 3.89 -
YUV 130.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 182 127 15 0 0.30 0.92 0.29 40.24 0.85 0.39
Hex B6 7F F 0 1E 5C 1D 28 55 27
Octal 266 177 17 0 36 134 35 50 125 47
Binary 10110110 1111111 1111 0 11110 1011100 11101 101000 1010101 100111

Color Harmonies of #B67F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67F0F

Black with #B67F0F

Text Example


Text Example

White with #B67F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67F0F; }

 p { color: rgb(182,127,15); }

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

background-color css

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

 a { background-color: rgb(182,127,15); }

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

border-color css

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

 span { border-color: rgb(182,127,15); }

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