Html Css Color HEX #B65748 Flame Pea

📋 copy color: '#B65748'

red 182 ◦ green 87 ◦ blue 72

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

Shades of Flame Pea #B65748

Tints of Flame Pea #B65748

RGB

 RED value IS 182 (71.48% from 255) = 53.37%

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

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 53.37%
G = 25.51%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B65748 (or 0xB65748) is known color: Flame Pea. HEX triplet: B6, 57 and 48. RGB value is (182,87,72). Sum of RGB (Red+Green+Blue) = 182+87+72=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B65748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65748 is #49A8B7. Grayscale: #717171. Windows color (decimal): -4827320 or 4741046. OLE color: 4741046.

HSL color Cylindrical-coordinate representation of color #B65748: hue angle of 8.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65748 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 87 72 -
CMYK 0 0.52 0.60 0.29
HSL 8.18º 0.43% 0.5% -
HSV(B) 8.18º 0.6% 0.71% -
XYZ 23.87 17.23 8.2 -
YUV 113.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 182 87 72 0 0.52 0.60 0.29 8.18 0.43 0.5
Hex B6 57 48 0 34 3C 1D 8 2B 32
Octal 266 127 110 0 64 74 35 10 53 62
Binary 10110110 1010111 1001000 0 110100 111100 11101 1000 101011 110010

Color Harmonies of #B65748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65748

Black with #B65748

Text Example


Text Example

White with #B65748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65748; }

 p { color: rgb(182,87,72); }

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

background-color css

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

 a { background-color: rgb(182,87,72); }

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

border-color css

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

 span { border-color: rgb(182,87,72); }

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