Html Css Color HEX #B9634C Flame Pea

📋 copy color: '#B9634C'

red 185 ◦ green 99 ◦ blue 76

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

Shades of Flame Pea #B9634C

Tints of Flame Pea #B9634C

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 51.39%
G = 27.5%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9634C (or 0xB9634C) is known color: Flame Pea. HEX triplet: B9, 63 and 4C. RGB value is (185,99,76). Sum of RGB (Red+Green+Blue) = 185+99+76=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9634C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9634C is #469CB3. Grayscale: #7A7A7A. Windows color (decimal): -4627636 or 5006265. OLE color: 5006265.

HSL color Cylindrical-coordinate representation of color #B9634C: hue angle of 12.66º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9634C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 76 -
CMYK 0 0.46 0.59 0.27
HSL 12.66º 0.44% 0.51% -
HSV(B) 12.66º 0.59% 0.73% -
XYZ 25.77 19.76 9.29 -
YUV 122.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 185 99 76 0 0.46 0.59 0.27 12.66 0.44 0.51
Hex B9 63 4C 0 2E 3B 1B D 2C 33
Octal 271 143 114 0 56 73 33 15 54 63
Binary 10111001 1100011 1001100 0 101110 111011 11011 1101 101100 110011

Color Harmonies of #B9634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9634C

Black with #B9634C

Text Example


Text Example

White with #B9634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9634C; }

 p { color: rgb(185,99,76); }

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

background-color css

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

 a { background-color: rgb(185,99,76); }

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

border-color css

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

 span { border-color: rgb(185,99,76); }

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