Html Css Color HEX #B07367 Coral Tree

📋 copy color: '#B07367'

red 176 ◦ green 115 ◦ blue 103

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

Shades of Coral Tree #B07367

Tints of Coral Tree #B07367

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 44.67%
G = 29.19%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B07367 (or 0xB07367) is known color: Coral Tree. HEX triplet: B0, 73 and 67. RGB value is (176,115,103). Sum of RGB (Red+Green+Blue) = 176+115+103=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07367 is #4F8C98. Grayscale: #838383. Windows color (decimal): -5213337 or 6779824. OLE color: 6779824.

HSL color Cylindrical-coordinate representation of color #B07367: hue angle of 9.86º degrees, saturation: 0.32, 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 #B07367 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 103 -
CMYK 0 0.35 0.41 0.31
HSL 9.86º 0.32% 0.55% -
HSV(B) 9.86º 0.41% 0.69% -
XYZ 26.48 22.47 15.77 -
YUV 131.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 176 115 103 0 0.35 0.41 0.31 9.86 0.32 0.55
Hex B0 73 67 0 23 29 1F A 20 37
Octal 260 163 147 0 43 51 37 12 40 67
Binary 10110000 1110011 1100111 0 100011 101001 11111 1010 100000 110111

Color Harmonies of #B07367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07367

Black with #B07367

Text Example


Text Example

White with #B07367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07367; }

 p { color: rgb(176,115,103); }

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

background-color css

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

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

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

border-color css

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

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

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