Html Css Color HEX #B47800 Dark Goldenrod

📋 copy color: '#B47800'

red 180 ◦ green 120 ◦ blue 0

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

Shades of Dark Goldenrod #B47800

Tints of Dark Goldenrod #B47800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B47800 (or 0xB47800) is known color: Dark Goldenrod. HEX triplet: B4, 78 and 00. RGB value is (180,120,0). Sum of RGB (Red+Green+Blue) = 180+120+0=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47800 is #4B87FF. Grayscale: #7C7C7C. Windows color (decimal): -4950016 or 30900. OLE color: 30900.

HSL color Cylindrical-coordinate representation of color #B47800: hue angle of 40º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B47800 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 120 0 -
CMYK 0 0.33 1 0.29
HSL 40º 1% 0.35% -
HSV(B) 40º 1% 0.71% -
XYZ 25.54 23.14 3.12 -
YUV 124.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 180 120 0 0 0.33 1 0.29 40 1 0.35
Hex B4 78 0 0 21 64 1D 28 64 23
Octal 264 170 0 0 41 144 35 50 144 43
Binary 10110100 1111000 0 0 100001 1100100 11101 101000 1100100 100011

Color Harmonies of #B47800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47800

Black with #B47800

Text Example


Text Example

White with #B47800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47800; }

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

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

background-color css

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

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

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

border-color css

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

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

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