Html Css Color HEX #B65C4A Flame Pea

📋 copy color: '#B65C4A'

red 182 ◦ green 92 ◦ blue 74

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

Shades of Flame Pea #B65C4A

Tints of Flame Pea #B65C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 52.3%
G = 26.44%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B65C4A (or 0xB65C4A) is known color: Flame Pea. HEX triplet: B6, 5C and 4A. RGB value is (182,92,74). Sum of RGB (Red+Green+Blue) = 182+92+74=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C4A is #49A3B5. Grayscale: #757575. Windows color (decimal): -4826038 or 4873398. OLE color: 4873398.

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

Color convert

RGB 182 92 74 -
CMYK 0 0.49 0.59 0.29
HSL 10º 0.43% 0.5% -
HSV(B) 10º 0.59% 0.71% -
XYZ 24.35 18.09 8.69 -
YUV 116.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 182 92 74 0 0.49 0.59 0.29 10 0.43 0.5
Hex B6 5C 4A 0 31 3B 1D A 2B 32
Octal 266 134 112 0 61 73 35 12 53 62
Binary 10110110 1011100 1001010 0 110001 111011 11101 1010 101011 110010

Color Harmonies of #B65C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C4A

Black with #B65C4A

Text Example


Text Example

White with #B65C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C4A; }

 p { color: rgb(182,92,74); }

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

background-color css

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

 a { background-color: rgb(182,92,74); }

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

border-color css

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

 span { border-color: rgb(182,92,74); }

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