Html Css Color HEX #B9634D Flame Pea

📋 copy color: '#B9634D'

red 185 ◦ green 99 ◦ blue 77

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

Shades of Flame Pea #B9634D

Tints of Flame Pea #B9634D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.33%

R = 51.25%
G = 27.42%
B = 21.33%

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

#B9634D (or 0xB9634D) is known color: Flame Pea. HEX triplet: B9, 63 and 4D. RGB value is (185,99,77). Sum of RGB (Red+Green+Blue) = 185+99+77=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9634D is #469CB2. Grayscale: #7A7A7A. Windows color (decimal): -4627635 or 5071801. OLE color: 5071801.

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

Color convert

RGB 185 99 77 -
CMYK 0 0.46 0.58 0.27
HSL 12.22º 0.44% 0.51% -
HSV(B) 12.22º 0.58% 0.73% -
XYZ 25.81 19.77 9.48 -
YUV 122.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 185 99 77 0 0.46 0.58 0.27 12.22 0.44 0.51
Hex B9 63 4D 0 2E 3A 1B C 2C 33
Octal 271 143 115 0 56 72 33 14 54 63
Binary 10111001 1100011 1001101 0 101110 111010 11011 1100 101100 110011

Color Harmonies of #B9634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9634D

Black with #B9634D

Text Example


Text Example

White with #B9634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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