Html Css Color HEX #B2950B Dark Goldenrod

📋 copy color: '#B2950B'

red 178 ◦ green 149 ◦ blue 11

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

Shades of Dark Goldenrod #B2950B

Tints of Dark Goldenrod #B2950B

RGB

 RED value IS 178 (69.92% from 255) = 52.66%

 GREEN value IS 149 (58.59% from 255) = 44.08%

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

R = 52.66%
G = 44.08%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2950B (or 0xB2950B) is known color: Dark Goldenrod. HEX triplet: B2, 95 and 0B. RGB value is (178,149,11). Sum of RGB (Red+Green+Blue) = 178+149+11=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2950B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2950B is #4D6AF4. Grayscale: #8E8E8E. Windows color (decimal): -5073653 or 759218. OLE color: 759218.

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

Color convert

RGB 178 149 11 -
CMYK 0 0.16 0.94 0.30
HSL 49.58º 0.88% 0.37% -
HSV(B) 49.58º 0.94% 0.7% -
XYZ 29.17 30.98 4.76 -
YUV 141.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 178 149 11 0 0.16 0.94 0.30 49.58 0.88 0.37
Hex B2 95 B 0 10 5E 1E 32 58 25
Octal 262 225 13 0 20 136 36 62 130 45
Binary 10110010 10010101 1011 0 10000 1011110 11110 110010 1011000 100101

Color Harmonies of #B2950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2950B

Black with #B2950B

Text Example


Text Example

White with #B2950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2950B; }

 p { color: rgb(178,149,11); }

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

background-color css

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

 a { background-color: rgb(178,149,11); }

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

border-color css

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

 span { border-color: rgb(178,149,11); }

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