Html Css Color HEX #B25341 Apple Blossom

📋 copy color: '#B25341'

red 178 ◦ green 83 ◦ blue 65

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

Shades of Apple Blossom #B25341

Tints of Apple Blossom #B25341

RGB

 RED value IS 178 (69.92% from 255) = 54.6%

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 54.6%
G = 25.46%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25341 (or 0xB25341) is known color: Apple Blossom. HEX triplet: B2, 53 and 41. RGB value is (178,83,65). Sum of RGB (Red+Green+Blue) = 178+83+65=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B25341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25341 is #4DACBE. Grayscale: #6D6D6D. Windows color (decimal): -5090495 or 4281266. OLE color: 4281266.

HSL color Cylindrical-coordinate representation of color #B25341: hue angle of 9.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25341 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 83 65 -
CMYK 0 0.53 0.63 0.30
HSL 9.56º 0.47% 0.48% -
HSV(B) 9.56º 0.63% 0.7% -
XYZ 22.41 16.03 6.91 -
YUV 109.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 178 83 65 0 0.53 0.63 0.30 9.56 0.47 0.48
Hex B2 53 41 0 35 3F 1E A 2F 30
Octal 262 123 101 0 65 77 36 12 57 60
Binary 10110010 1010011 1000001 0 110101 111111 11110 1010 101111 110000

Color Harmonies of #B25341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25341

Black with #B25341

Text Example


Text Example

White with #B25341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25341; }

 p { color: rgb(178,83,65); }

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

background-color css

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

 a { background-color: rgb(178,83,65); }

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

border-color css

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

 span { border-color: rgb(178,83,65); }

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