Html Css Color HEX #B09043 Turmeric

📋 copy color: '#B09043'

red 176 ◦ green 144 ◦ blue 67

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

Shades of Turmeric #B09043

Tints of Turmeric #B09043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 45.48%
G = 37.21%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09043 (or 0xB09043) is known color: Turmeric. HEX triplet: B0, 90 and 43. RGB value is (176,144,67). Sum of RGB (Red+Green+Blue) = 176+144+67=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B09043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09043 is #4F6FBC. Grayscale: #919191. Windows color (decimal): -5205949 or 4427952. OLE color: 4427952.

HSL color Cylindrical-coordinate representation of color #B09043: hue angle of 42.39º 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 #B09043 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 67 -
CMYK 0 0.18 0.62 0.31
HSL 42.39º 0.45% 0.48% -
HSV(B) 42.39º 0.62% 0.69% -
XYZ 28.89 29.58 9.5 -
YUV 144.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 176 144 67 0 0.18 0.62 0.31 42.39 0.45 0.48
Hex B0 90 43 0 12 3E 1F 2A 2D 30
Octal 260 220 103 0 22 76 37 52 55 60
Binary 10110000 10010000 1000011 0 10010 111110 11111 101010 101101 110000

Color Harmonies of #B09043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09043

Black with #B09043

Text Example


Text Example

White with #B09043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09043; }

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

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

background-color css

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

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

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

border-color css

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

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

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