Html Css Color HEX #B2941C Lucky

📋 copy color: '#B2941C'

red 178 ◦ green 148 ◦ blue 28

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

Shades of Lucky #B2941C

Tints of Lucky #B2941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 50.28%
G = 41.81%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2941C (or 0xB2941C) is known color: Lucky. HEX triplet: B2, 94 and 1C. RGB value is (178,148,28). Sum of RGB (Red+Green+Blue) = 178+148+28=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2941C is #4D6BE3. Grayscale: #8F8F8F. Windows color (decimal): -5073892 or 1873074. OLE color: 1873074.

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

Color convert

RGB 178 148 28 -
CMYK 0 0.17 0.84 0.30
HSL 48º 0.73% 0.4% -
HSV(B) 48º 0.84% 0.7% -
XYZ 29.16 30.73 5.49 -
YUV 143.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 178 148 28 0 0.17 0.84 0.30 48 0.73 0.4
Hex B2 94 1C 0 11 54 1E 30 49 28
Octal 262 224 34 0 21 124 36 60 111 50
Binary 10110010 10010100 11100 0 10001 1010100 11110 110000 1001001 101000

Color Harmonies of #B2941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2941C

Black with #B2941C

Text Example


Text Example

White with #B2941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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