Html Css Color HEX #B07468 Coral Tree

📋 copy color: '#B07468'

red 176 ◦ green 116 ◦ blue 104

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

Shades of Coral Tree #B07468

Tints of Coral Tree #B07468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 44.44%
G = 29.29%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07468 (or 0xB07468) is known color: Coral Tree. HEX triplet: B0, 74 and 68. RGB value is (176,116,104). Sum of RGB (Red+Green+Blue) = 176+116+104=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07468 is #4F8B97. Grayscale: #848484. Windows color (decimal): -5213080 or 6845616. OLE color: 6845616.

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

Color convert

RGB 176 116 104 -
CMYK 0 0.34 0.41 0.31
HSL 10º 0.31% 0.55% -
HSV(B) 10º 0.41% 0.69% -
XYZ 26.65 22.72 16.08 -
YUV 132.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 176 116 104 0 0.34 0.41 0.31 10 0.31 0.55
Hex B0 74 68 0 22 29 1F A 1F 37
Octal 260 164 150 0 42 51 37 12 37 67
Binary 10110000 1110100 1101000 0 100010 101001 11111 1010 11111 110111

Color Harmonies of #B07468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07468

Black with #B07468

Text Example


Text Example

White with #B07468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07468; }

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

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

background-color css

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

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

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

border-color css

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

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

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