Html Css Color HEX #B67914 Dark Goldenrod

📋 copy color: '#B67914'

red 182 ◦ green 121 ◦ blue 20

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

Shades of Dark Goldenrod #B67914

Tints of Dark Goldenrod #B67914

RGB

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

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

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

R = 56.35%
G = 37.46%
B = 6.19%

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

#B67914 (or 0xB67914) is known color: Dark Goldenrod. HEX triplet: B6, 79 and 14. RGB value is (182,121,20). Sum of RGB (Red+Green+Blue) = 182+121+20=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B67914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67914 is #4986EB. Grayscale: #808080. Windows color (decimal): -4818668 or 1341878. OLE color: 1341878.

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

Color convert

RGB 182 121 20 -
CMYK 0 0.34 0.89 0.29
HSL 37.41º 0.8% 0.4% -
HSV(B) 37.41º 0.89% 0.71% -
XYZ 26.26 23.67 3.85 -
YUV 127.73 67.21 166.71 -
System Red Green Blue C M Y K H S L
Decimal 182 121 20 0 0.34 0.89 0.29 37.41 0.8 0.4
Hex B6 79 14 0 22 59 1D 25 50 28
Octal 266 171 24 0 42 131 35 45 120 50
Binary 10110110 1111001 10100 0 100010 1011001 11101 100101 1010000 101000

Color Harmonies of #B67914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67914

Black with #B67914

Text Example


Text Example

White with #B67914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67914; }

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

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

background-color css

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

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

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

border-color css

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

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

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