Html Css Color HEX #B48800 Dark Goldenrod

📋 copy color: '#B48800'

red 180 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #B48800

Tints of Dark Goldenrod #B48800

RGB

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

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

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

R = 56.96%
G = 43.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B48800 (or 0xB48800) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 00. RGB value is (180,136,0). Sum of RGB (Red+Green+Blue) = 180+136+0=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B48800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48800 is #4B77FF. Grayscale: #868686. Windows color (decimal): -4945920 or 34996. OLE color: 34996.

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

Color convert

RGB 180 136 0 -
CMYK 0 0.24 1 0.29
HSL 45.33º 1% 0.35% -
HSV(B) 45.33º 1% 0.71% -
XYZ 27.63 27.31 3.82 -
YUV 133.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 180 136 0 0 0.24 1 0.29 45.33 1 0.35
Hex B4 88 0 0 18 64 1D 2D 64 23
Octal 264 210 0 0 30 144 35 55 144 43
Binary 10110100 10001000 0 0 11000 1100100 11101 101101 1100100 100011

Color Harmonies of #B48800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48800

Black with #B48800

Text Example


Text Example

White with #B48800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48800; }

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

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

background-color css

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

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

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

border-color css

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

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

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