Html Css Color HEX #B0645F Coral Tree

📋 copy color: '#B0645F'

red 176 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #B0645F

Tints of Coral Tree #B0645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.61%

R = 47.44%
G = 26.95%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0645F (or 0xB0645F) is known color: Coral Tree. HEX triplet: B0, 64 and 5F. RGB value is (176,100,95). Sum of RGB (Red+Green+Blue) = 176+100+95=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0645F is #4F9BA0. Grayscale: #7A7A7A. Windows color (decimal): -5217185 or 6251696. OLE color: 6251696.

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

Color convert

RGB 176 100 95 -
CMYK 0 0.43 0.46 0.31
HSL 3.7º 0.34% 0.53% -
HSV(B) 3.7º 0.46% 0.69% -
XYZ 24.53 19.17 13.23 -
YUV 122.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 176 100 95 0 0.43 0.46 0.31 3.7 0.34 0.53
Hex B0 64 5F 0 2B 2E 1F 4 22 35
Octal 260 144 137 0 53 56 37 4 42 65
Binary 10110000 1100100 1011111 0 101011 101110 11111 100 100010 110101

Color Harmonies of #B0645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0645F

Black with #B0645F

Text Example


Text Example

White with #B0645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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