Html Css Color HEX #B76145 Flame Pea

📋 copy color: '#B76145'

red 183 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #B76145

Tints of Flame Pea #B76145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.79%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 52.44%
G = 27.79%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76145 (or 0xB76145) is known color: Flame Pea. HEX triplet: B7, 61 and 45. RGB value is (183,97,69). Sum of RGB (Red+Green+Blue) = 183+97+69=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B76145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76145 is #489EBA. Grayscale: #777777. Windows color (decimal): -4759227 or 4546999. OLE color: 4546999.

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

Color convert

RGB 183 97 69 -
CMYK 0 0.47 0.62 0.28
HSL 14.74º 0.45% 0.49% -
HSV(B) 14.74º 0.62% 0.72% -
XYZ 24.88 19.05 8 -
YUV 119.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 183 97 69 0 0.47 0.62 0.28 14.74 0.45 0.49
Hex B7 61 45 0 2F 3E 1C F 2D 31
Octal 267 141 105 0 57 76 34 17 55 61
Binary 10110111 1100001 1000101 0 101111 111110 11100 1111 101101 110001

Color Harmonies of #B76145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76145

Black with #B76145

Text Example


Text Example

White with #B76145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76145; }

 p { color: rgb(183,97,69); }

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

background-color css

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

 a { background-color: rgb(183,97,69); }

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

border-color css

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

 span { border-color: rgb(183,97,69); }

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