Html Css Color HEX #B0645E Coral Tree

📋 copy color: '#B0645E'

red 176 ◦ green 100 ◦ blue 94

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

Shades of Coral Tree #B0645E

Tints of Coral Tree #B0645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 47.57%
G = 27.03%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0645E (or 0xB0645E) is known color: Coral Tree. HEX triplet: B0, 64 and 5E. RGB value is (176,100,94). Sum of RGB (Red+Green+Blue) = 176+100+94=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645E is #4F9BA1. Grayscale: #7A7A7A. Windows color (decimal): -5217186 or 6186160. OLE color: 6186160.

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

Color convert

RGB 176 100 94 -
CMYK 0 0.43 0.47 0.31
HSL 4.39º 0.34% 0.53% -
HSV(B) 4.39º 0.47% 0.69% -
XYZ 24.48 19.15 13 -
YUV 122.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 176 100 94 0 0.43 0.47 0.31 4.39 0.34 0.53
Hex B0 64 5E 0 2B 2F 1F 4 22 35
Octal 260 144 136 0 53 57 37 4 42 65
Binary 10110000 1100100 1011110 0 101011 101111 11111 100 100010 110101

Color Harmonies of #B0645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0645E

Black with #B0645E

Text Example


Text Example

White with #B0645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0645E; }

 p { color: rgb(176,100,94); }

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

background-color css

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

 a { background-color: rgb(176,100,94); }

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

border-color css

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

 span { border-color: rgb(176,100,94); }

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