Html Css Color HEX #B96043 Flame Pea

📋 copy color: '#B96043'

red 185 ◦ green 96 ◦ blue 67

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

Shades of Flame Pea #B96043

Tints of Flame Pea #B96043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 67 (26.56% from 255) = 19.25%

R = 53.16%
G = 27.59%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B96043 (or 0xB96043) is known color: Flame Pea. HEX triplet: B9, 60 and 43. RGB value is (185,96,67). Sum of RGB (Red+Green+Blue) = 185+96+67=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B96043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96043 is #469FBC. Grayscale: #777777. Windows color (decimal): -4628413 or 4415673. OLE color: 4415673.

HSL color Cylindrical-coordinate representation of color #B96043: hue angle of 14.75º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B96043 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 67 -
CMYK 0 0.48 0.64 0.27
HSL 14.75º 0.47% 0.49% -
HSV(B) 14.75º 0.64% 0.73% -
XYZ 25.2 19.09 7.67 -
YUV 119.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 185 96 67 0 0.48 0.64 0.27 14.75 0.47 0.49
Hex B9 60 43 0 30 40 1B F 2F 31
Octal 271 140 103 0 60 100 33 17 57 61
Binary 10111001 1100000 1000011 0 110000 1000000 11011 1111 101111 110001

Color Harmonies of #B96043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96043

Black with #B96043

Text Example


Text Example

White with #B96043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96043; }

 p { color: rgb(185,96,67); }

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

background-color css

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

 a { background-color: rgb(185,96,67); }

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

border-color css

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

 span { border-color: rgb(185,96,67); }

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