Html Css Color HEX #B68814 Dark Goldenrod

📋 copy color: '#B68814'

red 182 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #B68814

Tints of Dark Goldenrod #B68814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 53.85%
G = 40.24%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68814 (or 0xB68814) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 14. RGB value is (182,136,20). Sum of RGB (Red+Green+Blue) = 182+136+20=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68814 is #4977EB. Grayscale: #898989. Windows color (decimal): -4814828 or 1345718. OLE color: 1345718.

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

Color convert

RGB 182 136 20 -
CMYK 0 0.25 0.89 0.29
HSL 42.96º 0.8% 0.4% -
HSV(B) 42.96º 0.89% 0.71% -
XYZ 28.22 27.6 4.5 -
YUV 136.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 182 136 20 0 0.25 0.89 0.29 42.96 0.8 0.4
Hex B6 88 14 0 19 59 1D 2B 50 28
Octal 266 210 24 0 31 131 35 53 120 50
Binary 10110110 10001000 10100 0 11001 1011001 11101 101011 1010000 101000

Color Harmonies of #B68814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68814

Black with #B68814

Text Example


Text Example

White with #B68814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68814; }

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

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

background-color css

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

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

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

border-color css

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

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

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