Html Css Color HEX #B76652 Flame Pea

📋 copy color: '#B76652'

red 183 ◦ green 102 ◦ blue 82

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

Shades of Flame Pea #B76652

Tints of Flame Pea #B76652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 49.86%
G = 27.79%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76652 (or 0xB76652) is known color: Flame Pea. HEX triplet: B7, 66 and 52. RGB value is (183,102,82). Sum of RGB (Red+Green+Blue) = 183+102+82=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B76652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76652 is #4899AD. Grayscale: #7C7C7C. Windows color (decimal): -4757934 or 5400247. OLE color: 5400247.

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

Color convert

RGB 183 102 82 -
CMYK 0 0.44 0.55 0.28
HSL 11.88º 0.41% 0.52% -
HSV(B) 11.88º 0.55% 0.72% -
XYZ 25.8 20.18 10.52 -
YUV 123.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 183 102 82 0 0.44 0.55 0.28 11.88 0.41 0.52
Hex B7 66 52 0 2C 37 1C C 29 34
Octal 267 146 122 0 54 67 34 14 51 64
Binary 10110111 1100110 1010010 0 101100 110111 11100 1100 101001 110100

Color Harmonies of #B76652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76652

Black with #B76652

Text Example


Text Example

White with #B76652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76652; }

 p { color: rgb(183,102,82); }

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

background-color css

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

 a { background-color: rgb(183,102,82); }

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

border-color css

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

 span { border-color: rgb(183,102,82); }

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