Html Css Color HEX #B9674D Flame Pea

📋 copy color: '#B9674D'

red 185 ◦ green 103 ◦ blue 77

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

Shades of Flame Pea #B9674D

Tints of Flame Pea #B9674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 50.68%
G = 28.22%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9674D (or 0xB9674D) is known color: Flame Pea. HEX triplet: B9, 67 and 4D. RGB value is (185,103,77). Sum of RGB (Red+Green+Blue) = 185+103+77=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9674D is #4698B2. Grayscale: #7C7C7C. Windows color (decimal): -4626611 or 5072825. OLE color: 5072825.

HSL color Cylindrical-coordinate representation of color #B9674D: hue angle of 14.44º 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 #B9674D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 77 -
CMYK 0 0.44 0.58 0.27
HSL 14.44º 0.44% 0.51% -
HSV(B) 14.44º 0.58% 0.73% -
XYZ 26.2 20.55 9.61 -
YUV 124.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 185 103 77 0 0.44 0.58 0.27 14.44 0.44 0.51
Hex B9 67 4D 0 2C 3A 1B E 2C 33
Octal 271 147 115 0 54 72 33 16 54 63
Binary 10111001 1100111 1001101 0 101100 111010 11011 1110 101100 110011

Color Harmonies of #B9674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9674D

Black with #B9674D

Text Example


Text Example

White with #B9674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9674D; }

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

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

background-color css

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

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

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

border-color css

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

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

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