Html Css Color HEX #B67814 Dark Goldenrod

📋 copy color: '#B67814'

red 182 ◦ green 120 ◦ blue 20

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

Shades of Dark Goldenrod #B67814

Tints of Dark Goldenrod #B67814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 56.52%
G = 37.27%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B67814 (or 0xB67814) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 14. RGB value is (182,120,20). Sum of RGB (Red+Green+Blue) = 182+120+20=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B67814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67814 is #4987EB. Grayscale: #7F7F7F. Windows color (decimal): -4818924 or 1341622. OLE color: 1341622.

HSL color Cylindrical-coordinate representation of color #B67814: hue angle of 37.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B67814 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 20 -
CMYK 0 0.34 0.89 0.29
HSL 37.04º 0.8% 0.4% -
HSV(B) 37.04º 0.89% 0.71% -
XYZ 26.13 23.43 3.81 -
YUV 127.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 182 120 20 0 0.34 0.89 0.29 37.04 0.8 0.4
Hex B6 78 14 0 22 59 1D 25 50 28
Octal 266 170 24 0 42 131 35 45 120 50
Binary 10110110 1111000 10100 0 100010 1011001 11101 100101 1010000 101000

Color Harmonies of #B67814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67814

Black with #B67814

Text Example


Text Example

White with #B67814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67814; }

 p { color: rgb(182,120,20); }

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

background-color css

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

 a { background-color: rgb(182,120,20); }

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

border-color css

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

 span { border-color: rgb(182,120,20); }

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