Html Css Color HEX #B07469 Coral Tree

📋 copy color: '#B07469'

red 176 ◦ green 116 ◦ blue 105

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

Shades of Coral Tree #B07469

Tints of Coral Tree #B07469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 44.33%
G = 29.22%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07469 (or 0xB07469) is known color: Coral Tree. HEX triplet: B0, 74 and 69. RGB value is (176,116,105). Sum of RGB (Red+Green+Blue) = 176+116+105=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B07469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07469 is #4F8B96. Grayscale: #848484. Windows color (decimal): -5213079 or 6911152. OLE color: 6911152.

HSL color Cylindrical-coordinate representation of color #B07469: hue angle of 9.3º 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 #B07469 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 116 105 -
CMYK 0 0.34 0.40 0.31
HSL 9.3º 0.31% 0.55% -
HSV(B) 9.3º 0.4% 0.69% -
XYZ 26.7 22.74 16.35 -
YUV 132.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 176 116 105 0 0.34 0.40 0.31 9.3 0.31 0.55
Hex B0 74 69 0 22 28 1F 9 1F 37
Octal 260 164 151 0 42 50 37 11 37 67
Binary 10110000 1110100 1101001 0 100010 101000 11111 1001 11111 110111

Color Harmonies of #B07469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07469

Black with #B07469

Text Example


Text Example

White with #B07469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07469; }

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

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

background-color css

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

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

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

border-color css

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

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

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