Html Css Color HEX #B67714 Dark Goldenrod

📋 copy color: '#B67714'

red 182 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B67714

Tints of Dark Goldenrod #B67714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 56.7%
G = 37.07%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B67714 (or 0xB67714) is known color: Dark Goldenrod. HEX triplet: B6, 77 and 14. RGB value is (182,119,20). Sum of RGB (Red+Green+Blue) = 182+119+20=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67714 is #4988EB. Grayscale: #7F7F7F. Windows color (decimal): -4819180 or 1341366. OLE color: 1341366.

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

Color convert

RGB 182 119 20 -
CMYK 0 0.35 0.89 0.29
HSL 36.67º 0.8% 0.4% -
HSV(B) 36.67º 0.89% 0.71% -
XYZ 26.01 23.19 3.77 -
YUV 126.55 67.87 167.55 -
System Red Green Blue C M Y K H S L
Decimal 182 119 20 0 0.35 0.89 0.29 36.67 0.8 0.4
Hex B6 77 14 0 23 59 1D 25 50 28
Octal 266 167 24 0 43 131 35 45 120 50
Binary 10110110 1110111 10100 0 100011 1011001 11101 100101 1010000 101000

Color Harmonies of #B67714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67714

Black with #B67714

Text Example


Text Example

White with #B67714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67714; }

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

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

background-color css

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

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

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

border-color css

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

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

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