Html Css Color HEX #B2695A Coral Tree

📋 copy color: '#B2695A'

red 178 ◦ green 105 ◦ blue 90

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

Shades of Coral Tree #B2695A

Tints of Coral Tree #B2695A

RGB

 RED value IS 178 (69.92% from 255) = 47.72%

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

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

R = 47.72%
G = 28.15%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2695A (or 0xB2695A) is known color: Coral Tree. HEX triplet: B2, 69 and 5A. RGB value is (178,105,90). Sum of RGB (Red+Green+Blue) = 178+105+90=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2695A is #4D96A5. Grayscale: #7D7D7D. Windows color (decimal): -5084838 or 5925298. OLE color: 5925298.

HSL color Cylindrical-coordinate representation of color #B2695A: hue angle of 10.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2695A is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 90 -
CMYK 0 0.41 0.49 0.30
HSL 10.23º 0.36% 0.53% -
HSV(B) 10.23º 0.49% 0.7% -
XYZ 25.26 20.31 12.26 -
YUV 125.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 178 105 90 0 0.41 0.49 0.30 10.23 0.36 0.53
Hex B2 69 5A 0 29 31 1E A 24 35
Octal 262 151 132 0 51 61 36 12 44 65
Binary 10110010 1101001 1011010 0 101001 110001 11110 1010 100100 110101

Color Harmonies of #B2695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2695A

Black with #B2695A

Text Example


Text Example

White with #B2695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2695A; }

 p { color: rgb(178,105,90); }

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

background-color css

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

 a { background-color: rgb(178,105,90); }

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

border-color css

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

 span { border-color: rgb(178,105,90); }

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