Html Css Color HEX #B0675D Coral Tree

📋 copy color: '#B0675D'

red 176 ◦ green 103 ◦ blue 93

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

Shades of Coral Tree #B0675D

Tints of Coral Tree #B0675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 93 (36.72% from 255) = 25%

R = 47.31%
G = 27.69%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0675D (or 0xB0675D) is known color: Coral Tree. HEX triplet: B0, 67 and 5D. RGB value is (176,103,93). Sum of RGB (Red+Green+Blue) = 176+103+93=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0675D is #4F98A2. Grayscale: #7B7B7B. Windows color (decimal): -5216419 or 6121392. OLE color: 6121392.

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

Color convert

RGB 176 103 93 -
CMYK 0 0.41 0.47 0.31
HSL 7.23º 0.34% 0.53% -
HSV(B) 7.23º 0.47% 0.69% -
XYZ 24.73 19.72 12.86 -
YUV 123.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 176 103 93 0 0.41 0.47 0.31 7.23 0.34 0.53
Hex B0 67 5D 0 29 2F 1F 7 22 35
Octal 260 147 135 0 51 57 37 7 42 65
Binary 10110000 1100111 1011101 0 101001 101111 11111 111 100010 110101

Color Harmonies of #B0675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0675D

Black with #B0675D

Text Example


Text Example

White with #B0675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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