Html Css Color HEX #B2941B Lucky

📋 copy color: '#B2941B'

red 178 ◦ green 148 ◦ blue 27

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

Shades of Lucky #B2941B

Tints of Lucky #B2941B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 50.42%
G = 41.93%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2941B (or 0xB2941B) is known color: Lucky. HEX triplet: B2, 94 and 1B. RGB value is (178,148,27). Sum of RGB (Red+Green+Blue) = 178+148+27=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2941B is #4D6BE4. Grayscale: #8F8F8F. Windows color (decimal): -5073893 or 1807538. OLE color: 1807538.

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

Color convert

RGB 178 148 27 -
CMYK 0 0.17 0.85 0.30
HSL 48.08º 0.74% 0.4% -
HSV(B) 48.08º 0.85% 0.7% -
XYZ 29.15 30.72 5.43 -
YUV 143.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 178 148 27 0 0.17 0.85 0.30 48.08 0.74 0.4
Hex B2 94 1B 0 11 55 1E 30 4A 28
Octal 262 224 33 0 21 125 36 60 112 50
Binary 10110010 10010100 11011 0 10001 1010101 11110 110000 1001010 101000

Color Harmonies of #B2941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2941B

Black with #B2941B

Text Example


Text Example

White with #B2941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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