Html Css Color HEX #B0675C Coral Tree

📋 copy color: '#B0675C'

red 176 ◦ green 103 ◦ blue 92

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

Shades of Coral Tree #B0675C

Tints of Coral Tree #B0675C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 47.44%
G = 27.76%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0675C (or 0xB0675C) is known color: Coral Tree. HEX triplet: B0, 67 and 5C. RGB value is (176,103,92). Sum of RGB (Red+Green+Blue) = 176+103+92=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0675C is #4F98A3. Grayscale: #7B7B7B. Windows color (decimal): -5216420 or 6055856. OLE color: 6055856.

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

Color convert

RGB 176 103 92 -
CMYK 0 0.41 0.48 0.31
HSL 7.86º 0.35% 0.53% -
HSV(B) 7.86º 0.48% 0.69% -
XYZ 24.69 19.7 12.63 -
YUV 123.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 176 103 92 0 0.41 0.48 0.31 7.86 0.35 0.53
Hex B0 67 5C 0 29 30 1F 8 23 35
Octal 260 147 134 0 51 60 37 10 43 65
Binary 10110000 1100111 1011100 0 101001 110000 11111 1000 100011 110101

Color Harmonies of #B0675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0675C

Black with #B0675C

Text Example


Text Example

White with #B0675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0675C; }

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

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

background-color css

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

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

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

border-color css

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

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

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