Html Css Color HEX #B2920B Dark Goldenrod

📋 copy color: '#B2920B'

red 178 ◦ green 146 ◦ blue 11

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

Shades of Dark Goldenrod #B2920B

Tints of Dark Goldenrod #B2920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.58%

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

R = 53.13%
G = 43.58%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2920B (or 0xB2920B) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 0B. RGB value is (178,146,11). Sum of RGB (Red+Green+Blue) = 178+146+11=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2920B is #4D6DF4. Grayscale: #8C8C8C. Windows color (decimal): -5074421 or 758450. OLE color: 758450.

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

Color convert

RGB 178 146 11 -
CMYK 0 0.18 0.94 0.30
HSL 48.5º 0.88% 0.37% -
HSV(B) 48.5º 0.94% 0.7% -
XYZ 28.7 30.05 4.6 -
YUV 140.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 178 146 11 0 0.18 0.94 0.30 48.5 0.88 0.37
Hex B2 92 B 0 12 5E 1E 31 58 25
Octal 262 222 13 0 22 136 36 61 130 45
Binary 10110010 10010010 1011 0 10010 1011110 11110 110001 1011000 100101

Color Harmonies of #B2920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2920B

Black with #B2920B

Text Example


Text Example

White with #B2920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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