Html Css Color HEX #B28C44 Turmeric

📋 copy color: '#B28C44'

red 178 ◦ green 140 ◦ blue 68

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

Shades of Turmeric #B28C44

Tints of Turmeric #B28C44

RGB

 RED value IS 178 (69.92% from 255) = 46.11%

 GREEN value IS 140 (55.08% from 255) = 36.27%

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

R = 46.11%
G = 36.27%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28C44 (or 0xB28C44) is known color: Turmeric. HEX triplet: B2, 8C and 44. RGB value is (178,140,68). Sum of RGB (Red+Green+Blue) = 178+140+68=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C44 is #4D73BB. Grayscale: #8F8F8F. Windows color (decimal): -5075900 or 4492466. OLE color: 4492466.

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

Color convert

RGB 178 140 68 -
CMYK 0 0.21 0.62 0.30
HSL 39.27º 0.45% 0.48% -
HSV(B) 39.27º 0.62% 0.7% -
XYZ 28.78 28.64 9.48 -
YUV 143.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 178 140 68 0 0.21 0.62 0.30 39.27 0.45 0.48
Hex B2 8C 44 0 15 3E 1E 27 2D 30
Octal 262 214 104 0 25 76 36 47 55 60
Binary 10110010 10001100 1000100 0 10101 111110 11110 100111 101101 110000

Color Harmonies of #B28C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C44

Black with #B28C44

Text Example


Text Example

White with #B28C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C44; }

 p { color: rgb(178,140,68); }

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

background-color css

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

 a { background-color: rgb(178,140,68); }

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

border-color css

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

 span { border-color: rgb(178,140,68); }

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