Html Css Color HEX #B05A4A Crail

📋 copy color: '#B05A4A'

red 176 ◦ green 90 ◦ blue 74

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

Shades of Crail #B05A4A

Tints of Crail #B05A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 51.76%
G = 26.47%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B05A4A (or 0xB05A4A) is known color: Crail. HEX triplet: B0, 5A and 4A. RGB value is (176,90,74). Sum of RGB (Red+Green+Blue) = 176+90+74=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A4A is #4FA5B5. Grayscale: #727272. Windows color (decimal): -5219766 or 4872880. OLE color: 4872880.

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

Color convert

RGB 176 90 74 -
CMYK 0 0.49 0.58 0.31
HSL 9.41º 0.41% 0.49% -
HSV(B) 9.41º 0.58% 0.69% -
XYZ 22.8 17.04 8.57 -
YUV 113.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 176 90 74 0 0.49 0.58 0.31 9.41 0.41 0.49
Hex B0 5A 4A 0 31 3A 1F 9 29 31
Octal 260 132 112 0 61 72 37 11 51 61
Binary 10110000 1011010 1001010 0 110001 111010 11111 1001 101001 110001

Color Harmonies of #B05A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A4A

Black with #B05A4A

Text Example


Text Example

White with #B05A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A4A; }

 p { color: rgb(176,90,74); }

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

background-color css

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

 a { background-color: rgb(176,90,74); }

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

border-color css

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

 span { border-color: rgb(176,90,74); }

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