Html Css Color HEX #B67312 Dark Goldenrod

📋 copy color: '#B67312'

red 182 ◦ green 115 ◦ blue 18

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

Shades of Dark Goldenrod #B67312

Tints of Dark Goldenrod #B67312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 57.78%
G = 36.51%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67312 (or 0xB67312) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 12. RGB value is (182,115,18). Sum of RGB (Red+Green+Blue) = 182+115+18=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B67312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67312 is #498CED. Grayscale: #7C7C7C. Windows color (decimal): -4820206 or 1209270. OLE color: 1209270.

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

Color convert

RGB 182 115 18 -
CMYK 0 0.37 0.90 0.29
HSL 35.49º 0.82% 0.39% -
HSV(B) 35.49º 0.9% 0.71% -
XYZ 25.53 22.25 3.52 -
YUV 123.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 182 115 18 0 0.37 0.90 0.29 35.49 0.82 0.39
Hex B6 73 12 0 25 5A 1D 23 52 27
Octal 266 163 22 0 45 132 35 43 122 47
Binary 10110110 1110011 10010 0 100101 1011010 11101 100011 1010010 100111

Color Harmonies of #B67312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67312

Black with #B67312

Text Example


Text Example

White with #B67312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67312; }

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

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

background-color css

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

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

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

border-color css

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

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

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