Html Css Color HEX #B4800C Dark Goldenrod

📋 copy color: '#B4800C'

red 180 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #B4800C

Tints of Dark Goldenrod #B4800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 56.25%
G = 40%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4800C (or 0xB4800C) is known color: Dark Goldenrod. HEX triplet: B4, 80 and 0C. RGB value is (180,128,12). Sum of RGB (Red+Green+Blue) = 180+128+12=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4800C is #4B7FF3. Grayscale: #828282. Windows color (decimal): -4947956 or 819380. OLE color: 819380.

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

Color convert

RGB 180 128 12 -
CMYK 0 0.29 0.93 0.29
HSL 41.43º 0.88% 0.38% -
HSV(B) 41.43º 0.93% 0.71% -
XYZ 26.61 25.17 3.8 -
YUV 130.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 180 128 12 0 0.29 0.93 0.29 41.43 0.88 0.38
Hex B4 80 C 0 1D 5D 1D 29 58 26
Octal 264 200 14 0 35 135 35 51 130 46
Binary 10110100 10000000 1100 0 11101 1011101 11101 101001 1011000 100110

Color Harmonies of #B4800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4800C

Black with #B4800C

Text Example


Text Example

White with #B4800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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