Html Css Color HEX #B67100 Dark Goldenrod

📋 copy color: '#B67100'

red 182 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #B67100

Tints of Dark Goldenrod #B67100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.69%
G = 38.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B67100 (or 0xB67100) is known color: Dark Goldenrod. HEX triplet: B6, 71 and 00. RGB value is (182,113,0). Sum of RGB (Red+Green+Blue) = 182+113+0=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B67100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67100 is #498EFF. Grayscale: #797979. Windows color (decimal): -4820736 or 29110. OLE color: 29110.

HSL color Cylindrical-coordinate representation of color #B67100: hue angle of 37.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B67100 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 113 0 -
CMYK 0 0.38 1 0.29
HSL 37.25º 1% 0.36% -
HSV(B) 37.25º 1% 0.71% -
XYZ 25.2 21.76 2.87 -
YUV 120.75 59.86 171.69 -
System Red Green Blue C M Y K H S L
Decimal 182 113 0 0 0.38 1 0.29 37.25 1 0.36
Hex B6 71 0 0 26 64 1D 25 64 24
Octal 266 161 0 0 46 144 35 45 144 44
Binary 10110110 1110001 0 0 100110 1100100 11101 100101 1100100 100100

Color Harmonies of #B67100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67100

Black with #B67100

Text Example


Text Example

White with #B67100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67100; }

 p { color: rgb(182,113,0); }

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

background-color css

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

 a { background-color: rgb(182,113,0); }

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

border-color css

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

 span { border-color: rgb(182,113,0); }

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