Html Css Color HEX #B2685D Coral Tree

📋 copy color: '#B2685D'

red 178 ◦ green 104 ◦ blue 93

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

Shades of Coral Tree #B2685D

Tints of Coral Tree #B2685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 47.47%
G = 27.73%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2685D (or 0xB2685D) is known color: Coral Tree. HEX triplet: B2, 68 and 5D. RGB value is (178,104,93). Sum of RGB (Red+Green+Blue) = 178+104+93=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2685D is #4D97A2. Grayscale: #7C7C7C. Windows color (decimal): -5085091 or 6121650. OLE color: 6121650.

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

Color convert

RGB 178 104 93 -
CMYK 0 0.42 0.48 0.30
HSL 7.76º 0.36% 0.53% -
HSV(B) 7.76º 0.48% 0.7% -
XYZ 25.29 20.16 12.91 -
YUV 124.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 178 104 93 0 0.42 0.48 0.30 7.76 0.36 0.53
Hex B2 68 5D 0 2A 30 1E 8 24 35
Octal 262 150 135 0 52 60 36 10 44 65
Binary 10110010 1101000 1011101 0 101010 110000 11110 1000 100100 110101

Color Harmonies of #B2685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2685D

Black with #B2685D

Text Example


Text Example

White with #B2685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2685D; }

 p { color: rgb(178,104,93); }

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

background-color css

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

 a { background-color: rgb(178,104,93); }

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

border-color css

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

 span { border-color: rgb(178,104,93); }

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