Html Css Color HEX #B4800B Dark Goldenrod

📋 copy color: '#B4800B'

red 180 ◦ green 128 ◦ blue 11

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

Shades of Dark Goldenrod #B4800B

Tints of Dark Goldenrod #B4800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.13%

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 56.43%
G = 40.13%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4800B (or 0xB4800B) is known color: Dark Goldenrod. HEX triplet: B4, 80 and 0B. RGB value is (180,128,11). Sum of RGB (Red+Green+Blue) = 180+128+11=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B4800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4800B is #4B7FF4. Grayscale: #828282. Windows color (decimal): -4947957 or 753844. OLE color: 753844.

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

Color convert

RGB 180 128 11 -
CMYK 0 0.29 0.94 0.29
HSL 41.54º 0.88% 0.37% -
HSV(B) 41.54º 0.94% 0.71% -
XYZ 26.6 25.17 3.77 -
YUV 130.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 180 128 11 0 0.29 0.94 0.29 41.54 0.88 0.37
Hex B4 80 B 0 1D 5E 1D 2A 58 25
Octal 264 200 13 0 35 136 35 52 130 45
Binary 10110100 10000000 1011 0 11101 1011110 11101 101010 1011000 100101

Color Harmonies of #B4800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4800B

Black with #B4800B

Text Example


Text Example

White with #B4800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4800B; }

 p { color: rgb(180,128,11); }

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

background-color css

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

 a { background-color: rgb(180,128,11); }

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

border-color css

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

 span { border-color: rgb(180,128,11); }

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