Html Css Color HEX #B65A46 Flame Pea

📋 copy color: '#B65A46'

red 182 ◦ green 90 ◦ blue 70

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

Shades of Flame Pea #B65A46

Tints of Flame Pea #B65A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 53.22%
G = 26.32%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B65A46 (or 0xB65A46) is known color: Flame Pea. HEX triplet: B6, 5A and 46. RGB value is (182,90,70). Sum of RGB (Red+Green+Blue) = 182+90+70=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A46 is #49A5B9. Grayscale: #737373. Windows color (decimal): -4826554 or 4610742. OLE color: 4610742.

HSL color Cylindrical-coordinate representation of color #B65A46: hue angle of 10.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65A46 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 70 -
CMYK 0 0.51 0.62 0.29
HSL 10.71º 0.44% 0.49% -
HSV(B) 10.71º 0.62% 0.71% -
XYZ 24.05 17.7 7.94 -
YUV 115.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 182 90 70 0 0.51 0.62 0.29 10.71 0.44 0.49
Hex B6 5A 46 0 33 3E 1D B 2C 31
Octal 266 132 106 0 63 76 35 13 54 61
Binary 10110110 1011010 1000110 0 110011 111110 11101 1011 101100 110001

Color Harmonies of #B65A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65A46

Black with #B65A46

Text Example


Text Example

White with #B65A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65A46; }

 p { color: rgb(182,90,70); }

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

background-color css

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

 a { background-color: rgb(182,90,70); }

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

border-color css

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

 span { border-color: rgb(182,90,70); }

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