Html Css Color HEX #B2695F Coral Tree

📋 copy color: '#B2695F'

red 178 ◦ green 105 ◦ blue 95

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

Shades of Coral Tree #B2695F

Tints of Coral Tree #B2695F

RGB

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

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

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

R = 47.09%
G = 27.78%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2695F (or 0xB2695F) is known color: Coral Tree. HEX triplet: B2, 69 and 5F. RGB value is (178,105,95). Sum of RGB (Red+Green+Blue) = 178+105+95=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2695F is #4D96A0. Grayscale: #7D7D7D. Windows color (decimal): -5084833 or 6252978. OLE color: 6252978.

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

Color convert

RGB 178 105 95 -
CMYK 0 0.41 0.47 0.30
HSL 7.23º 0.35% 0.54% -
HSV(B) 7.23º 0.47% 0.7% -
XYZ 25.48 20.39 13.42 -
YUV 125.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 178 105 95 0 0.41 0.47 0.30 7.23 0.35 0.54
Hex B2 69 5F 0 29 2F 1E 7 23 36
Octal 262 151 137 0 51 57 36 7 43 66
Binary 10110010 1101001 1011111 0 101001 101111 11110 111 100011 110110

Color Harmonies of #B2695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2695F

Black with #B2695F

Text Example


Text Example

White with #B2695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2695F; }

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

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

background-color css

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

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

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

border-color css

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

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

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