Html Css Color HEX #B2971D Lucky

📋 copy color: '#B2971D'

red 178 ◦ green 151 ◦ blue 29

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

Shades of Lucky #B2971D

Tints of Lucky #B2971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 49.72%
G = 42.18%
B = 8.1%

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

#B2971D (or 0xB2971D) is known color: Lucky. HEX triplet: B2, 97 and 1D. RGB value is (178,151,29). Sum of RGB (Red+Green+Blue) = 178+151+29=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2971D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2971D is #4D68E2. Grayscale: #919191. Windows color (decimal): -5073123 or 1939378. OLE color: 1939378.

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

Color convert

RGB 178 151 29 -
CMYK 0 0.15 0.84 0.30
HSL 49.13º 0.72% 0.41% -
HSV(B) 49.13º 0.84% 0.7% -
XYZ 29.65 31.69 5.72 -
YUV 145.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 178 151 29 0 0.15 0.84 0.30 49.13 0.72 0.41
Hex B2 97 1D 0 F 54 1E 31 48 29
Octal 262 227 35 0 17 124 36 61 110 51
Binary 10110010 10010111 11101 0 1111 1010100 11110 110001 1001000 101001

Color Harmonies of #B2971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2971D

Black with #B2971D

Text Example


Text Example

White with #B2971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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