Html Css Color HEX #B3910B Dark Goldenrod

📋 copy color: '#B3910B'

red 179 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #B3910B

Tints of Dark Goldenrod #B3910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.28%

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

R = 53.43%
G = 43.28%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3910B (or 0xB3910B) is known color: Dark Goldenrod. HEX triplet: B3, 91 and 0B. RGB value is (179,145,11). Sum of RGB (Red+Green+Blue) = 179+145+11=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3910B is #4C6EF4. Grayscale: #8C8C8C. Windows color (decimal): -5009141 or 758195. OLE color: 758195.

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

Color convert

RGB 179 145 11 -
CMYK 0 0.19 0.94 0.30
HSL 47.86º 0.88% 0.37% -
HSV(B) 47.86º 0.94% 0.7% -
XYZ 28.78 29.86 4.56 -
YUV 139.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 179 145 11 0 0.19 0.94 0.30 47.86 0.88 0.37
Hex B3 91 B 0 13 5E 1E 30 58 25
Octal 263 221 13 0 23 136 36 60 130 45
Binary 10110011 10010001 1011 0 10011 1011110 11110 110000 1011000 100101

Color Harmonies of #B3910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3910B

Black with #B3910B

Text Example


Text Example

White with #B3910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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