Html Css Color HEX #B02E26 Brown

📋 copy color: '#B02E26'

red 176 ◦ green 46 ◦ blue 38

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

Shades of Brown #B02E26

Tints of Brown #B02E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 67.69%
G = 17.69%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B02E26 (or 0xB02E26) is known color: Brown. HEX triplet: B0, 2E and 26. RGB value is (176,46,38). Sum of RGB (Red+Green+Blue) = 176+46+38=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E26 is #4FD1D9. Grayscale: #545454. Windows color (decimal): -5231066 or 2502320. OLE color: 2502320.

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

Color convert

RGB 176 46 38 -
CMYK 0 0.74 0.78 0.31
HSL 3.48º 0.64% 0.42% -
HSV(B) 3.48º 0.78% 0.69% -
XYZ 19.23 11.32 3.01 -
YUV 83.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 176 46 38 0 0.74 0.78 0.31 3.48 0.64 0.42
Hex B0 2E 26 0 4A 4E 1F 3 40 2A
Octal 260 56 46 0 112 116 37 3 100 52
Binary 10110000 101110 100110 0 1001010 1001110 11111 11 1000000 101010

Color Harmonies of #B02E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E26

Black with #B02E26

Text Example


Text Example

White with #B02E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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