Html Css Color HEX #B02E29 Brown

📋 copy color: '#B02E29'

red 176 ◦ green 46 ◦ blue 41

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

Shades of Brown #B02E29

Tints of Brown #B02E29

RGB

 RED value IS 176 (69.14% from 255) = 66.92%

 GREEN value IS 46 (18.36% from 255) = 17.49%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 66.92%
G = 17.49%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B02E29 (or 0xB02E29) is known color: Brown. HEX triplet: B0, 2E and 29. RGB value is (176,46,41). Sum of RGB (Red+Green+Blue) = 176+46+41=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E29 is #4FD1D6. Grayscale: #545454. Windows color (decimal): -5231063 or 2698928. OLE color: 2698928.

HSL color Cylindrical-coordinate representation of color #B02E29: hue angle of 2.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02E29 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 46 41 -
CMYK 0 0.74 0.77 0.31
HSL 2.22º 0.62% 0.43% -
HSV(B) 2.22º 0.77% 0.69% -
XYZ 19.28 11.34 3.27 -
YUV 84.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 176 46 41 0 0.74 0.77 0.31 2.22 0.62 0.43
Hex B0 2E 29 0 4A 4D 1F 2 3E 2B
Octal 260 56 51 0 112 115 37 2 76 53
Binary 10110000 101110 101001 0 1001010 1001101 11111 10 111110 101011

Color Harmonies of #B02E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E29

Black with #B02E29

Text Example


Text Example

White with #B02E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E29; }

 p { color: rgb(176,46,41); }

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

background-color css

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

 a { background-color: rgb(176,46,41); }

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

border-color css

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

 span { border-color: rgb(176,46,41); }

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