Html Css Color HEX #B03426 Brown

📋 copy color: '#B03426'

red 176 ◦ green 52 ◦ blue 38

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

Shades of Brown #B03426

Tints of Brown #B03426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 66.17%
G = 19.55%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B03426 (or 0xB03426) is known color: Brown. HEX triplet: B0, 34 and 26. RGB value is (176,52,38). Sum of RGB (Red+Green+Blue) = 176+52+38=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B03426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03426 is #4FCBD9. Grayscale: #575757. Windows color (decimal): -5229530 or 2503856. OLE color: 2503856.

HSL color Cylindrical-coordinate representation of color #B03426: hue angle of 6.09º 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 #B03426 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 38 -
CMYK 0 0.70 0.78 0.31
HSL 6.09º 0.64% 0.42% -
HSV(B) 6.09º 0.78% 0.69% -
XYZ 19.48 11.83 3.09 -
YUV 87.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 176 52 38 0 0.70 0.78 0.31 6.09 0.64 0.42
Hex B0 34 26 0 46 4E 1F 6 40 2A
Octal 260 64 46 0 106 116 37 6 100 52
Binary 10110000 110100 100110 0 1000110 1001110 11111 110 1000000 101010

Color Harmonies of #B03426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03426

Black with #B03426

Text Example


Text Example

White with #B03426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03426; }

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

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

background-color css

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

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

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

border-color css

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

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

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