Html Css Color HEX #B67311 Dark Goldenrod

📋 copy color: '#B67311'

red 182 ◦ green 115 ◦ blue 17

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

Shades of Dark Goldenrod #B67311

Tints of Dark Goldenrod #B67311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 57.96%
G = 36.62%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B67311 (or 0xB67311) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 11. RGB value is (182,115,17). Sum of RGB (Red+Green+Blue) = 182+115+17=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B67311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67311 is #498CEE. Grayscale: #7C7C7C. Windows color (decimal): -4820207 or 1143734. OLE color: 1143734.

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

Color convert

RGB 182 115 17 -
CMYK 0 0.37 0.91 0.29
HSL 35.64º 0.83% 0.39% -
HSV(B) 35.64º 0.91% 0.71% -
XYZ 25.52 22.25 3.48 -
YUV 123.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 182 115 17 0 0.37 0.91 0.29 35.64 0.83 0.39
Hex B6 73 11 0 25 5B 1D 24 53 27
Octal 266 163 21 0 45 133 35 44 123 47
Binary 10110110 1110011 10001 0 100101 1011011 11101 100100 1010011 100111

Color Harmonies of #B67311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67311

Black with #B67311

Text Example


Text Example

White with #B67311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67311; }

 p { color: rgb(182,115,17); }

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

background-color css

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

 a { background-color: rgb(182,115,17); }

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

border-color css

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

 span { border-color: rgb(182,115,17); }

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