Html Css Color HEX #B0655A Coral Tree

📋 copy color: '#B0655A'

red 176 ◦ green 101 ◦ blue 90

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

Shades of Coral Tree #B0655A

Tints of Coral Tree #B0655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

 BLUE value IS 90 (35.55% from 255) = 24.52%

R = 47.96%
G = 27.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0655A (or 0xB0655A) is known color: Coral Tree. HEX triplet: B0, 65 and 5A. RGB value is (176,101,90). Sum of RGB (Red+Green+Blue) = 176+101+90=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0655A is #4F9AA5. Grayscale: #7A7A7A. Windows color (decimal): -5216934 or 5924272. OLE color: 5924272.

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

Color convert

RGB 176 101 90 -
CMYK 0 0.43 0.49 0.31
HSL 7.67º 0.35% 0.52% -
HSV(B) 7.67º 0.49% 0.69% -
XYZ 24.4 19.28 12.11 -
YUV 122.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 176 101 90 0 0.43 0.49 0.31 7.67 0.35 0.52
Hex B0 65 5A 0 2B 31 1F 8 23 34
Octal 260 145 132 0 53 61 37 10 43 64
Binary 10110000 1100101 1011010 0 101011 110001 11111 1000 100011 110100

Color Harmonies of #B0655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0655A

Black with #B0655A

Text Example


Text Example

White with #B0655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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