Html Css Color HEX #B2645A Coral Tree

📋 copy color: '#B2645A'

red 178 ◦ green 100 ◦ blue 90

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

Shades of Coral Tree #B2645A

Tints of Coral Tree #B2645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 48.37%
G = 27.17%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2645A (or 0xB2645A) is known color: Coral Tree. HEX triplet: B2, 64 and 5A. RGB value is (178,100,90). Sum of RGB (Red+Green+Blue) = 178+100+90=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2645A is #4D9BA5. Grayscale: #7A7A7A. Windows color (decimal): -5086118 or 5924018. OLE color: 5924018.

HSL color Cylindrical-coordinate representation of color #B2645A: hue angle of 6.82º 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 #B2645A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 90 -
CMYK 0 0.44 0.49 0.30
HSL 6.82º 0.36% 0.53% -
HSV(B) 6.82º 0.49% 0.7% -
XYZ 24.76 19.32 12.1 -
YUV 122.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 178 100 90 0 0.44 0.49 0.30 6.82 0.36 0.53
Hex B2 64 5A 0 2C 31 1E 7 24 35
Octal 262 144 132 0 54 61 36 7 44 65
Binary 10110010 1100100 1011010 0 101100 110001 11110 111 100100 110101

Color Harmonies of #B2645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2645A

Black with #B2645A

Text Example


Text Example

White with #B2645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2645A; }

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

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

background-color css

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

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

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

border-color css

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

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

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