Html Css Color HEX #B09343 Turmeric

📋 copy color: '#B09343'

red 176 ◦ green 147 ◦ blue 67

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

Shades of Turmeric #B09343

Tints of Turmeric #B09343

RGB

 RED value IS 176 (69.14% from 255) = 45.13%

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 45.13%
G = 37.69%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09343 (or 0xB09343) is known color: Turmeric. HEX triplet: B0, 93 and 43. RGB value is (176,147,67). Sum of RGB (Red+Green+Blue) = 176+147+67=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B09343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09343 is #4F6CBC. Grayscale: #929292. Windows color (decimal): -5205181 or 4428720. OLE color: 4428720.

HSL color Cylindrical-coordinate representation of color #B09343: hue angle of 44.04º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B09343 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 67 -
CMYK 0 0.16 0.62 0.31
HSL 44.04º 0.45% 0.48% -
HSV(B) 44.04º 0.62% 0.69% -
XYZ 29.35 30.5 9.65 -
YUV 146.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 176 147 67 0 0.16 0.62 0.31 44.04 0.45 0.48
Hex B0 93 43 0 10 3E 1F 2C 2D 30
Octal 260 223 103 0 20 76 37 54 55 60
Binary 10110000 10010011 1000011 0 10000 111110 11111 101100 101101 110000

Color Harmonies of #B09343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09343

Black with #B09343

Text Example


Text Example

White with #B09343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09343; }

 p { color: rgb(176,147,67); }

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

background-color css

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

 a { background-color: rgb(176,147,67); }

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

border-color css

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

 span { border-color: rgb(176,147,67); }

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