Html Css Color HEX #B0665B Coral Tree

📋 copy color: '#B0665B'

red 176 ◦ green 102 ◦ blue 91

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

Shades of Coral Tree #B0665B

Tints of Coral Tree #B0665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 47.7%
G = 27.64%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0665B (or 0xB0665B) is known color: Coral Tree. HEX triplet: B0, 66 and 5B. RGB value is (176,102,91). Sum of RGB (Red+Green+Blue) = 176+102+91=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0665B is #4F99A4. Grayscale: #7A7A7A. Windows color (decimal): -5216677 or 5990064. OLE color: 5990064.

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

Color convert

RGB 176 102 91 -
CMYK 0 0.42 0.48 0.31
HSL 7.76º 0.35% 0.52% -
HSV(B) 7.76º 0.48% 0.69% -
XYZ 24.54 19.49 12.37 -
YUV 122.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 176 102 91 0 0.42 0.48 0.31 7.76 0.35 0.52
Hex B0 66 5B 0 2A 30 1F 8 23 34
Octal 260 146 133 0 52 60 37 10 43 64
Binary 10110000 1100110 1011011 0 101010 110000 11111 1000 100011 110100

Color Harmonies of #B0665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0665B

Black with #B0665B

Text Example


Text Example

White with #B0665B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0665B; }

 p { color: rgb(176,102,91); }

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

background-color css

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

 a { background-color: rgb(176,102,91); }

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

border-color css

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

 span { border-color: rgb(176,102,91); }

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