Html Css Color HEX #B2941A Lucky

📋 copy color: '#B2941A'

red 178 ◦ green 148 ◦ blue 26

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

Shades of Lucky #B2941A

Tints of Lucky #B2941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 50.57%
G = 42.05%
B = 7.39%

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

#B2941A (or 0xB2941A) is known color: Lucky. HEX triplet: B2, 94 and 1A. RGB value is (178,148,26). Sum of RGB (Red+Green+Blue) = 178+148+26=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2941A is #4D6BE5. Grayscale: #8F8F8F. Windows color (decimal): -5073894 or 1742002. OLE color: 1742002.

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

Color convert

RGB 178 148 26 -
CMYK 0 0.17 0.85 0.30
HSL 48.16º 0.75% 0.4% -
HSV(B) 48.16º 0.85% 0.7% -
XYZ 29.14 30.72 5.37 -
YUV 143.06 61.94 152.92 -
System Red Green Blue C M Y K H S L
Decimal 178 148 26 0 0.17 0.85 0.30 48.16 0.75 0.4
Hex B2 94 1A 0 11 55 1E 30 4B 28
Octal 262 224 32 0 21 125 36 60 113 50
Binary 10110010 10010100 11010 0 10001 1010101 11110 110000 1001011 101000

Color Harmonies of #B2941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2941A

Black with #B2941A

Text Example


Text Example

White with #B2941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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