Html Css Color HEX #B67A12 Dark Goldenrod

📋 copy color: '#B67A12'

red 182 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #B67A12

Tints of Dark Goldenrod #B67A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.89%

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

R = 56.52%
G = 37.89%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67A12 (or 0xB67A12) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 12. RGB value is (182,122,18). Sum of RGB (Red+Green+Blue) = 182+122+18=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A12 is #4985ED. Grayscale: #808080. Windows color (decimal): -4818414 or 1211062. OLE color: 1211062.

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

Color convert

RGB 182 122 18 -
CMYK 0 0.33 0.90 0.29
HSL 38.05º 0.82% 0.39% -
HSV(B) 38.05º 0.9% 0.71% -
XYZ 26.36 23.91 3.8 -
YUV 128.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 182 122 18 0 0.33 0.90 0.29 38.05 0.82 0.39
Hex B6 7A 12 0 21 5A 1D 26 52 27
Octal 266 172 22 0 41 132 35 46 122 47
Binary 10110110 1111010 10010 0 100001 1011010 11101 100110 1010010 100111

Color Harmonies of #B67A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A12

Black with #B67A12

Text Example


Text Example

White with #B67A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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