Html Css Color HEX #B38F44 Turmeric

📋 copy color: '#B38F44'

red 179 ◦ green 143 ◦ blue 68

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

Shades of Turmeric #B38F44

Tints of Turmeric #B38F44

RGB

 RED value IS 179 (70.31% from 255) = 45.9%

 GREEN value IS 143 (56.25% from 255) = 36.67%

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 45.9%
G = 36.67%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B38F44 (or 0xB38F44) is known color: Turmeric. HEX triplet: B3, 8F and 44. RGB value is (179,143,68). Sum of RGB (Red+Green+Blue) = 179+143+68=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F44 is #4C70BB. Grayscale: #919191. Windows color (decimal): -5009596 or 4493235. OLE color: 4493235.

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

Color convert

RGB 179 143 68 -
CMYK 0 0.20 0.62 0.30
HSL 40.54º 0.45% 0.48% -
HSV(B) 40.54º 0.62% 0.7% -
XYZ 29.46 29.65 9.64 -
YUV 145.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 179 143 68 0 0.20 0.62 0.30 40.54 0.45 0.48
Hex B3 8F 44 0 14 3E 1E 29 2D 30
Octal 263 217 104 0 24 76 36 51 55 60
Binary 10110011 10001111 1000100 0 10100 111110 11110 101001 101101 110000

Color Harmonies of #B38F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F44

Black with #B38F44

Text Example


Text Example

White with #B38F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F44; }

 p { color: rgb(179,143,68); }

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

background-color css

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

 a { background-color: rgb(179,143,68); }

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

border-color css

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

 span { border-color: rgb(179,143,68); }

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