Html Css Color HEX #B75741 Flame Pea

📋 copy color: '#B75741'

red 183 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #B75741

Tints of Flame Pea #B75741

RGB

 RED value IS 183 (71.88% from 255) = 54.63%

 GREEN value IS 87 (34.38% from 255) = 25.97%

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

R = 54.63%
G = 25.97%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B75741 (or 0xB75741) is known color: Flame Pea. HEX triplet: B7, 57 and 41. RGB value is (183,87,65). Sum of RGB (Red+Green+Blue) = 183+87+65=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B75741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75741 is #48A8BE. Grayscale: #717171. Windows color (decimal): -4761791 or 4282295. OLE color: 4282295.

HSL color Cylindrical-coordinate representation of color #B75741: hue angle of 11.19º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75741 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 87 65 -
CMYK 0 0.52 0.64 0.28
HSL 11.19º 0.48% 0.49% -
HSV(B) 11.19º 0.64% 0.72% -
XYZ 23.89 17.27 7.07 -
YUV 113.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 183 87 65 0 0.52 0.64 0.28 11.19 0.48 0.49
Hex B7 57 41 0 34 40 1C B 30 31
Octal 267 127 101 0 64 100 34 13 60 61
Binary 10110111 1010111 1000001 0 110100 1000000 11100 1011 110000 110001

Color Harmonies of #B75741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75741

Black with #B75741

Text Example


Text Example

White with #B75741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75741; }

 p { color: rgb(183,87,65); }

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

background-color css

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

 a { background-color: rgb(183,87,65); }

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

border-color css

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

 span { border-color: rgb(183,87,65); }

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