Html Css Color HEX #B75C41 Flame Pea

📋 copy color: '#B75C41'

red 183 ◦ green 92 ◦ blue 65

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

Shades of Flame Pea #B75C41

Tints of Flame Pea #B75C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 53.82%
G = 27.06%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B75C41 (or 0xB75C41) is known color: Flame Pea. HEX triplet: B7, 5C and 41. RGB value is (183,92,65). Sum of RGB (Red+Green+Blue) = 183+92+65=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C41 is #48A3BE. Grayscale: #747474. Windows color (decimal): -4760511 or 4283575. OLE color: 4283575.

HSL color Cylindrical-coordinate representation of color #B75C41: hue angle of 13.73º 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 #B75C41 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 65 -
CMYK 0 0.50 0.64 0.28
HSL 13.73º 0.48% 0.49% -
HSV(B) 13.73º 0.64% 0.72% -
XYZ 24.31 18.1 7.21 -
YUV 116.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 183 92 65 0 0.50 0.64 0.28 13.73 0.48 0.49
Hex B7 5C 41 0 32 40 1C E 30 31
Octal 267 134 101 0 62 100 34 16 60 61
Binary 10110111 1011100 1000001 0 110010 1000000 11100 1110 110000 110001

Color Harmonies of #B75C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C41

Black with #B75C41

Text Example


Text Example

White with #B75C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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