Html Css Color HEX #B3800A Dark Goldenrod

📋 copy color: '#B3800A'

red 179 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #B3800A

Tints of Dark Goldenrod #B3800A

RGB

 RED value IS 179 (70.31% from 255) = 56.47%

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

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 56.47%
G = 40.38%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3800A (or 0xB3800A) is known color: Dark Goldenrod. HEX triplet: B3, 80 and 0A. RGB value is (179,128,10). Sum of RGB (Red+Green+Blue) = 179+128+10=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B3800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3800A is #4C7FF5. Grayscale: #828282. Windows color (decimal): -5013494 or 688307. OLE color: 688307.

HSL color Cylindrical-coordinate representation of color #B3800A: hue angle of 41.89º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3800A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 10 -
CMYK 0 0.28 0.94 0.30
HSL 41.89º 0.89% 0.37% -
HSV(B) 41.89º 0.94% 0.7% -
XYZ 26.36 25.04 3.73 -
YUV 129.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 179 128 10 0 0.28 0.94 0.30 41.89 0.89 0.37
Hex B3 80 A 0 1C 5E 1E 2A 59 25
Octal 263 200 12 0 34 136 36 52 131 45
Binary 10110011 10000000 1010 0 11100 1011110 11110 101010 1011001 100101

Color Harmonies of #B3800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3800A

Black with #B3800A

Text Example


Text Example

White with #B3800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3800A; }

 p { color: rgb(179,128,10); }

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

background-color css

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

 a { background-color: rgb(179,128,10); }

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

border-color css

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

 span { border-color: rgb(179,128,10); }

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