Html Css Color HEX #B2910B Dark Goldenrod

📋 copy color: '#B2910B'

red 178 ◦ green 145 ◦ blue 11

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

Shades of Dark Goldenrod #B2910B

Tints of Dark Goldenrod #B2910B

RGB

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

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

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

R = 53.29%
G = 43.41%
B = 3.29%

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

#B2910B (or 0xB2910B) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 0B. RGB value is (178,145,11). Sum of RGB (Red+Green+Blue) = 178+145+11=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2910B is #4D6EF4. Grayscale: #8C8C8C. Windows color (decimal): -5074677 or 758194. OLE color: 758194.

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

Color convert

RGB 178 145 11 -
CMYK 0 0.19 0.94 0.30
HSL 48.14º 0.88% 0.37% -
HSV(B) 48.14º 0.94% 0.7% -
XYZ 28.55 29.74 4.55 -
YUV 139.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 178 145 11 0 0.19 0.94 0.30 48.14 0.88 0.37
Hex B2 91 B 0 13 5E 1E 30 58 25
Octal 262 221 13 0 23 136 36 60 130 45
Binary 10110010 10010001 1011 0 10011 1011110 11110 110000 1011000 100101

Color Harmonies of #B2910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2910B

Black with #B2910B

Text Example


Text Example

White with #B2910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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