Html Css Color HEX #B2971A Lucky

📋 copy color: '#B2971A'

red 178 ◦ green 151 ◦ blue 26

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

Shades of Lucky #B2971A

Tints of Lucky #B2971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 50.14%
G = 42.54%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2971A (or 0xB2971A) is known color: Lucky. HEX triplet: B2, 97 and 1A. RGB value is (178,151,26). Sum of RGB (Red+Green+Blue) = 178+151+26=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2971A is #4D68E5. Grayscale: #919191. Windows color (decimal): -5073126 or 1742770. OLE color: 1742770.

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

Color convert

RGB 178 151 26 -
CMYK 0 0.15 0.85 0.30
HSL 49.34º 0.75% 0.4% -
HSV(B) 49.34º 0.85% 0.7% -
XYZ 29.61 31.67 5.53 -
YUV 144.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 178 151 26 0 0.15 0.85 0.30 49.34 0.75 0.4
Hex B2 97 1A 0 F 55 1E 31 4B 28
Octal 262 227 32 0 17 125 36 61 113 50
Binary 10110010 10010111 11010 0 1111 1010101 11110 110001 1001011 101000

Color Harmonies of #B2971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2971A

Black with #B2971A

Text Example


Text Example

White with #B2971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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