Html Css Color HEX #B47812 Dark Goldenrod

📋 copy color: '#B47812'

red 180 ◦ green 120 ◦ blue 18

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

Shades of Dark Goldenrod #B47812

Tints of Dark Goldenrod #B47812

RGB

 RED value IS 180 (70.7% from 255) = 56.6%

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 56.6%
G = 37.74%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B47812 (or 0xB47812) is known color: Dark Goldenrod. HEX triplet: B4, 78 and 12. RGB value is (180,120,18). Sum of RGB (Red+Green+Blue) = 180+120+18=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B47812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47812 is #4B87ED. Grayscale: #7E7E7E. Windows color (decimal): -4949998 or 1210548. OLE color: 1210548.

HSL color Cylindrical-coordinate representation of color #B47812: hue angle of 37.78º degrees, saturation: 0.82, 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 #B47812 is Cyan = 0, Magento = 0.33, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 18 -
CMYK 0 0.33 0.9 0.29
HSL 37.78º 0.82% 0.39% -
HSV(B) 37.78º 0.9% 0.71% -
XYZ 25.65 23.18 3.69 -
YUV 126.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 180 120 18 0 0.33 0.9 0.29 37.78 0.82 0.39
Hex B4 78 12 0 21 5A 1D 26 52 27
Octal 264 170 22 0 41 132 35 46 122 47
Binary 10110100 1111000 10010 0 100001 1011010 11101 100110 1010010 100111

Color Harmonies of #B47812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47812

Black with #B47812

Text Example


Text Example

White with #B47812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47812; }

 p { color: rgb(180,120,18); }

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

background-color css

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

 a { background-color: rgb(180,120,18); }

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

border-color css

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

 span { border-color: rgb(180,120,18); }

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