Html Css Color HEX #B46969 Coral Tree

📋 copy color: '#B46969'

red 180 ◦ green 105 ◦ blue 105

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

Shades of Coral Tree #B46969

Tints of Coral Tree #B46969

RGB

 RED value IS 180 (70.7% from 255) = 46.15%

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 46.15%
G = 26.92%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B46969 (or 0xB46969) is known color: Coral Tree. HEX triplet: B4, 69 and 69. RGB value is (180,105,105). Sum of RGB (Red+Green+Blue) = 180+105+105=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B46969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46969 is #4B9696. Grayscale: #7F7F7F. Windows color (decimal): -4953751 or 6908340. OLE color: 6908340.

HSL color Cylindrical-coordinate representation of color #B46969: hue angle of 0º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46969 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 105 -
CMYK 0 0.42 0.42 0.29
HSL 0.33% 0.56% -
HSV(B) 0.42% 0.71% -
XYZ 26.42 20.83 15.99 -
YUV 127.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 180 105 105 0 0.42 0.42 0.29 0 0.33 0.56
Hex B4 69 69 0 2A 2A 1D 0 21 38
Octal 264 151 151 0 52 52 35 0 41 70
Binary 10110100 1101001 1101001 0 101010 101010 11101 0 100001 111000

Color Harmonies of #B46969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46969

Black with #B46969

Text Example


Text Example

White with #B46969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46969; }

 p { color: rgb(180,105,105); }

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

background-color css

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

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

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

border-color css

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

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

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