Html Css Color HEX #B07B6A Coral Tree

📋 copy color: '#B07B6A'

red 176 ◦ green 123 ◦ blue 106

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

Shades of Coral Tree #B07B6A

Tints of Coral Tree #B07B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.37%

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 43.46%
G = 30.37%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07B6A (or 0xB07B6A) is known color: Coral Tree. HEX triplet: B0, 7B and 6A. RGB value is (176,123,106). Sum of RGB (Red+Green+Blue) = 176+123+106=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B6A is #4F8495. Grayscale: #898989. Windows color (decimal): -5211286 or 6978480. OLE color: 6978480.

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

Color convert

RGB 176 123 106 -
CMYK 0 0.30 0.40 0.31
HSL 14.57º 0.31% 0.55% -
HSV(B) 14.57º 0.4% 0.69% -
XYZ 27.59 24.44 16.9 -
YUV 136.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 176 123 106 0 0.30 0.40 0.31 14.57 0.31 0.55
Hex B0 7B 6A 0 1E 28 1F F 1F 37
Octal 260 173 152 0 36 50 37 17 37 67
Binary 10110000 1111011 1101010 0 11110 101000 11111 1111 11111 110111

Color Harmonies of #B07B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07B6A

Black with #B07B6A

Text Example


Text Example

White with #B07B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07B6A; }

 p { color: rgb(176,123,106); }

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

background-color css

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

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

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

border-color css

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

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

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