Html Css Color HEX #B67913 Dark Goldenrod

📋 copy color: '#B67913'

red 182 ◦ green 121 ◦ blue 19

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

Shades of Dark Goldenrod #B67913

Tints of Dark Goldenrod #B67913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 56.52%
G = 37.58%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67913 (or 0xB67913) is known color: Dark Goldenrod. HEX triplet: B6, 79 and 13. RGB value is (182,121,19). Sum of RGB (Red+Green+Blue) = 182+121+19=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B67913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67913 is #4986EC. Grayscale: #808080. Windows color (decimal): -4818669 or 1276342. OLE color: 1276342.

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

Color convert

RGB 182 121 19 -
CMYK 0 0.34 0.90 0.29
HSL 37.55º 0.81% 0.39% -
HSV(B) 37.55º 0.9% 0.71% -
XYZ 26.25 23.67 3.8 -
YUV 127.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 182 121 19 0 0.34 0.90 0.29 37.55 0.81 0.39
Hex B6 79 13 0 22 5A 1D 26 51 27
Octal 266 171 23 0 42 132 35 46 121 47
Binary 10110110 1111001 10011 0 100010 1011010 11101 100110 1010001 100111

Color Harmonies of #B67913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67913

Black with #B67913

Text Example


Text Example

White with #B67913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67913; }

 p { color: rgb(182,121,19); }

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

background-color css

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

 a { background-color: rgb(182,121,19); }

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

border-color css

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

 span { border-color: rgb(182,121,19); }

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