Html Css Color HEX #B06969 Coral Tree

📋 copy color: '#B06969'

red 176 ◦ green 105 ◦ blue 105

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

Shades of Coral Tree #B06969

Tints of Coral Tree #B06969

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

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

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

R = 45.6%
G = 27.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B06969 (or 0xB06969) is known color: Coral Tree. HEX triplet: B0, 69 and 69. RGB value is (176,105,105). Sum of RGB (Red+Green+Blue) = 176+105+105=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B06969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06969 is #4F9696. Grayscale: #7E7E7E. Windows color (decimal): -5215895 or 6908336. OLE color: 6908336.

HSL color Cylindrical-coordinate representation of color #B06969: hue angle of 0º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06969 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 105 -
CMYK 0 0.40 0.40 0.31
HSL 0.31% 0.55% -
HSV(B) 0.4% 0.69% -
XYZ 25.51 20.35 15.95 -
YUV 126.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 176 105 105 0 0.40 0.40 0.31 0 0.31 0.55
Hex B0 69 69 0 28 28 1F 0 1F 37
Octal 260 151 151 0 50 50 37 0 37 67
Binary 10110000 1101001 1101001 0 101000 101000 11111 0 11111 110111

Color Harmonies of #B06969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06969

Black with #B06969

Text Example


Text Example

White with #B06969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06969; }

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

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

background-color css

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

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

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

border-color css

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

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

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