Html Css Color HEX #B2961B Lucky

📋 copy color: '#B2961B'

red 178 ◦ green 150 ◦ blue 27

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

Shades of Lucky #B2961B

Tints of Lucky #B2961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 50.14%
G = 42.25%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2961B (or 0xB2961B) is known color: Lucky. HEX triplet: B2, 96 and 1B. RGB value is (178,150,27). Sum of RGB (Red+Green+Blue) = 178+150+27=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2961B is #4D69E4. Grayscale: #909090. Windows color (decimal): -5073381 or 1808050. OLE color: 1808050.

HSL color Cylindrical-coordinate representation of color #B2961B: hue angle of 48.87º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2961B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 27 -
CMYK 0 0.16 0.85 0.30
HSL 48.87º 0.74% 0.4% -
HSV(B) 48.87º 0.85% 0.7% -
XYZ 29.46 31.36 5.54 -
YUV 144.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 178 150 27 0 0.16 0.85 0.30 48.87 0.74 0.4
Hex B2 96 1B 0 10 55 1E 31 4A 28
Octal 262 226 33 0 20 125 36 61 112 50
Binary 10110010 10010110 11011 0 10000 1010101 11110 110001 1001010 101000

Color Harmonies of #B2961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2961B

Black with #B2961B

Text Example


Text Example

White with #B2961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2961B; }

 p { color: rgb(178,150,27); }

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

background-color css

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

 a { background-color: rgb(178,150,27); }

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

border-color css

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

 span { border-color: rgb(178,150,27); }

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