Html Css Color HEX #B0533F Crail

📋 copy color: '#B0533F'

red 176 ◦ green 83 ◦ blue 63

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

Shades of Crail #B0533F

Tints of Crail #B0533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 63 (25% from 255) = 19.57%

R = 54.66%
G = 25.78%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0533F (or 0xB0533F) is known color: Crail. HEX triplet: B0, 53 and 3F. RGB value is (176,83,63). Sum of RGB (Red+Green+Blue) = 176+83+63=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533F is #4FACC0. Grayscale: #6C6C6C. Windows color (decimal): -5221569 or 4150192. OLE color: 4150192.

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

Color convert

RGB 176 83 63 -
CMYK 0 0.53 0.64 0.31
HSL 10.62º 0.47% 0.47% -
HSV(B) 10.62º 0.64% 0.69% -
XYZ 21.89 15.78 6.59 -
YUV 108.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 176 83 63 0 0.53 0.64 0.31 10.62 0.47 0.47
Hex B0 53 3F 0 35 40 1F B 2F 2F
Octal 260 123 77 0 65 100 37 13 57 57
Binary 10110000 1010011 111111 0 110101 1000000 11111 1011 101111 101111

Color Harmonies of #B0533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0533F

Black with #B0533F

Text Example


Text Example

White with #B0533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0533F; }

 p { color: rgb(176,83,63); }

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

background-color css

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

 a { background-color: rgb(176,83,63); }

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

border-color css

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

 span { border-color: rgb(176,83,63); }

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