Html Css Color HEX #B4810B Dark Goldenrod

📋 copy color: '#B4810B'

red 180 ◦ green 129 ◦ blue 11

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

Shades of Dark Goldenrod #B4810B

Tints of Dark Goldenrod #B4810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 56.25%
G = 40.31%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4810B (or 0xB4810B) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 0B. RGB value is (180,129,11). Sum of RGB (Red+Green+Blue) = 180+129+11=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4810B is #4B7EF4. Grayscale: #838383. Windows color (decimal): -4947701 or 754100. OLE color: 754100.

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

Color convert

RGB 180 129 11 -
CMYK 0 0.28 0.94 0.29
HSL 41.89º 0.88% 0.37% -
HSV(B) 41.89º 0.94% 0.71% -
XYZ 26.73 25.43 3.82 -
YUV 130.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 180 129 11 0 0.28 0.94 0.29 41.89 0.88 0.37
Hex B4 81 B 0 1C 5E 1D 2A 58 25
Octal 264 201 13 0 34 136 35 52 130 45
Binary 10110100 10000001 1011 0 11100 1011110 11101 101010 1011000 100101

Color Harmonies of #B4810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4810B

Black with #B4810B

Text Example


Text Example

White with #B4810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4810B; }

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

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

background-color css

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

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

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

border-color css

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

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

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