Html Css Color HEX #B67A10 Dark Goldenrod

📋 copy color: '#B67A10'

red 182 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #B67A10

Tints of Dark Goldenrod #B67A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 56.88%
G = 38.13%
B = 5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B67A10 (or 0xB67A10) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 10. RGB value is (182,122,16). Sum of RGB (Red+Green+Blue) = 182+122+16=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A10 is #4985EF. Grayscale: #808080. Windows color (decimal): -4818416 or 1079990. OLE color: 1079990.

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

Color convert

RGB 182 122 16 -
CMYK 0 0.33 0.91 0.29
HSL 38.31º 0.84% 0.39% -
HSV(B) 38.31º 0.91% 0.71% -
XYZ 26.34 23.9 3.72 -
YUV 127.86 64.88 166.62 -
System Red Green Blue C M Y K H S L
Decimal 182 122 16 0 0.33 0.91 0.29 38.31 0.84 0.39
Hex B6 7A 10 0 21 5B 1D 26 54 27
Octal 266 172 20 0 41 133 35 46 124 47
Binary 10110110 1111010 10000 0 100001 1011011 11101 100110 1010100 100111

Color Harmonies of #B67A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A10

Black with #B67A10

Text Example


Text Example

White with #B67A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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