Html Css Color HEX #B0695B Coral Tree

📋 copy color: '#B0695B'

red 176 ◦ green 105 ◦ blue 91

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

Shades of Coral Tree #B0695B

Tints of Coral Tree #B0695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

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

R = 47.31%
G = 28.23%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0695B (or 0xB0695B) is known color: Coral Tree. HEX triplet: B0, 69 and 5B. RGB value is (176,105,91). Sum of RGB (Red+Green+Blue) = 176+105+91=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0695B is #4F96A4. Grayscale: #7C7C7C. Windows color (decimal): -5215909 or 5990832. OLE color: 5990832.

HSL color Cylindrical-coordinate representation of color #B0695B: hue angle of 9.88º 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 #B0695B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 91 -
CMYK 0 0.40 0.48 0.31
HSL 9.88º 0.35% 0.52% -
HSV(B) 9.88º 0.48% 0.69% -
XYZ 24.84 20.09 12.47 -
YUV 124.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 176 105 91 0 0.40 0.48 0.31 9.88 0.35 0.52
Hex B0 69 5B 0 28 30 1F A 23 34
Octal 260 151 133 0 50 60 37 12 43 64
Binary 10110000 1101001 1011011 0 101000 110000 11111 1010 100011 110100

Color Harmonies of #B0695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0695B

Black with #B0695B

Text Example


Text Example

White with #B0695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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