Html Css Color HEX #B9634E Flame Pea

📋 copy color: '#B9634E'

red 185 ◦ green 99 ◦ blue 78

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

Shades of Flame Pea #B9634E

Tints of Flame Pea #B9634E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 51.1%
G = 27.35%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9634E (or 0xB9634E) is known color: Flame Pea. HEX triplet: B9, 63 and 4E. RGB value is (185,99,78). Sum of RGB (Red+Green+Blue) = 185+99+78=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9634E is #469CB1. Grayscale: #7A7A7A. Windows color (decimal): -4627634 or 5137337. OLE color: 5137337.

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

Color convert

RGB 185 99 78 -
CMYK 0 0.46 0.58 0.27
HSL 11.78º 0.43% 0.52% -
HSV(B) 11.78º 0.58% 0.73% -
XYZ 25.84 19.79 9.67 -
YUV 122.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 185 99 78 0 0.46 0.58 0.27 11.78 0.43 0.52
Hex B9 63 4E 0 2E 3A 1B C 2B 34
Octal 271 143 116 0 56 72 33 14 53 64
Binary 10111001 1100011 1001110 0 101110 111010 11011 1100 101011 110100

Color Harmonies of #B9634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9634E

Black with #B9634E

Text Example


Text Example

White with #B9634E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9634E; }

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

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

background-color css

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

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

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

border-color css

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

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

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