Html Css Color HEX #B2971C Lucky

📋 copy color: '#B2971C'

red 178 ◦ green 151 ◦ blue 28

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

Shades of Lucky #B2971C

Tints of Lucky #B2971C

RGB

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

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

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

R = 49.86%
G = 42.3%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2971C (or 0xB2971C) is known color: Lucky. HEX triplet: B2, 97 and 1C. RGB value is (178,151,28). Sum of RGB (Red+Green+Blue) = 178+151+28=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2971C is #4D68E3. Grayscale: #919191. Windows color (decimal): -5073124 or 1873842. OLE color: 1873842.

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

Color convert

RGB 178 151 28 -
CMYK 0 0.15 0.84 0.30
HSL 49.2º 0.73% 0.4% -
HSV(B) 49.2º 0.84% 0.7% -
XYZ 29.64 31.68 5.65 -
YUV 145.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 178 151 28 0 0.15 0.84 0.30 49.2 0.73 0.4
Hex B2 97 1C 0 F 54 1E 31 49 28
Octal 262 227 34 0 17 124 36 61 111 50
Binary 10110010 10010111 11100 0 1111 1010100 11110 110001 1001001 101000

Color Harmonies of #B2971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2971C

Black with #B2971C

Text Example


Text Example

White with #B2971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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