Html Css Color HEX #B9674A Flame Pea

📋 copy color: '#B9674A'

red 185 ◦ green 103 ◦ blue 74

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

Shades of Flame Pea #B9674A

Tints of Flame Pea #B9674A

RGB

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

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

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

R = 51.1%
G = 28.45%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9674A (or 0xB9674A) is known color: Flame Pea. HEX triplet: B9, 67 and 4A. RGB value is (185,103,74). Sum of RGB (Red+Green+Blue) = 185+103+74=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9674A is #4698B5. Grayscale: #7C7C7C. Windows color (decimal): -4626614 or 4876217. OLE color: 4876217.

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

Color convert

RGB 185 103 74 -
CMYK 0 0.44 0.6 0.27
HSL 15.68º 0.44% 0.51% -
HSV(B) 15.68º 0.6% 0.73% -
XYZ 26.09 20.51 9.06 -
YUV 124.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 185 103 74 0 0.44 0.6 0.27 15.68 0.44 0.51
Hex B9 67 4A 0 2C 3C 1B 10 2C 33
Octal 271 147 112 0 54 74 33 20 54 63
Binary 10111001 1100111 1001010 0 101100 111100 11011 10000 101100 110011

Color Harmonies of #B9674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9674A

Black with #B9674A

Text Example


Text Example

White with #B9674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9674A; }

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

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

background-color css

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

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

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

border-color css

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

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

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