Html Css Color HEX #B3880B Dark Goldenrod

📋 copy color: '#B3880B'

red 179 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #B3880B

Tints of Dark Goldenrod #B3880B

RGB

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

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

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

R = 54.91%
G = 41.72%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3880B (or 0xB3880B) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 0B. RGB value is (179,136,11). Sum of RGB (Red+Green+Blue) = 179+136+11=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3880B is #4C77F4. Grayscale: #878787. Windows color (decimal): -5011445 or 755891. OLE color: 755891.

HSL color Cylindrical-coordinate representation of color #B3880B: hue angle of 44.64º degrees, saturation: 0.88, 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 #B3880B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 11 -
CMYK 0 0.24 0.94 0.30
HSL 44.64º 0.88% 0.37% -
HSV(B) 44.64º 0.94% 0.7% -
XYZ 27.45 27.22 4.12 -
YUV 134.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 179 136 11 0 0.24 0.94 0.30 44.64 0.88 0.37
Hex B3 88 B 0 18 5E 1E 2D 58 25
Octal 263 210 13 0 30 136 36 55 130 45
Binary 10110011 10001000 1011 0 11000 1011110 11110 101101 1011000 100101

Color Harmonies of #B3880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3880B

Black with #B3880B

Text Example


Text Example

White with #B3880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3880B; }

 p { color: rgb(179,136,11); }

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

background-color css

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

 a { background-color: rgb(179,136,11); }

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

border-color css

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

 span { border-color: rgb(179,136,11); }

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