Html Css Color HEX #B67C0F Dark Goldenrod

📋 copy color: '#B67C0F'

red 182 ◦ green 124 ◦ blue 15

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

Shades of Dark Goldenrod #B67C0F

Tints of Dark Goldenrod #B67C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.63%

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

R = 56.7%
G = 38.63%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B67C0F (or 0xB67C0F) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 0F. RGB value is (182,124,15). Sum of RGB (Red+Green+Blue) = 182+124+15=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C0F is #4983F0. Grayscale: #818181. Windows color (decimal): -4817905 or 1014966. OLE color: 1014966.

HSL color Cylindrical-coordinate representation of color #B67C0F: hue angle of 39.16º 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 #B67C0F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 124 15 -
CMYK 0 0.32 0.92 0.29
HSL 39.16º 0.85% 0.39% -
HSV(B) 39.16º 0.92% 0.71% -
XYZ 26.59 24.39 3.76 -
YUV 128.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 182 124 15 0 0.32 0.92 0.29 39.16 0.85 0.39
Hex B6 7C F 0 20 5C 1D 27 55 27
Octal 266 174 17 0 40 134 35 47 125 47
Binary 10110110 1111100 1111 0 100000 1011100 11101 100111 1010101 100111

Color Harmonies of #B67C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C0F

Black with #B67C0F

Text Example


Text Example

White with #B67C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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