Html Css Color HEX #B76053 Flame Pea

📋 copy color: '#B76053'

red 183 ◦ green 96 ◦ blue 83

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

Shades of Flame Pea #B76053

Tints of Flame Pea #B76053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 83 (32.81% from 255) = 22.93%

R = 50.55%
G = 26.52%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76053 (or 0xB76053) is known color: Flame Pea. HEX triplet: B7, 60 and 53. RGB value is (183,96,83). Sum of RGB (Red+Green+Blue) = 183+96+83=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B76053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76053 is #489FAC. Grayscale: #787878. Windows color (decimal): -4759469 or 5464247. OLE color: 5464247.

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

Color convert

RGB 183 96 83 -
CMYK 0 0.48 0.55 0.28
HSL 7.8º 0.41% 0.52% -
HSV(B) 7.8º 0.55% 0.72% -
XYZ 25.27 19.06 10.53 -
YUV 120.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 183 96 83 0 0.48 0.55 0.28 7.8 0.41 0.52
Hex B7 60 53 0 30 37 1C 8 29 34
Octal 267 140 123 0 60 67 34 10 51 64
Binary 10110111 1100000 1010011 0 110000 110111 11100 1000 101001 110100

Color Harmonies of #B76053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76053

Black with #B76053

Text Example


Text Example

White with #B76053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76053; }

 p { color: rgb(183,96,83); }

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

background-color css

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

 a { background-color: rgb(183,96,83); }

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

border-color css

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

 span { border-color: rgb(183,96,83); }

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