Html Css Color HEX #B28F41 Turmeric

📋 copy color: '#B28F41'

red 178 ◦ green 143 ◦ blue 65

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

Shades of Turmeric #B28F41

Tints of Turmeric #B28F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 46.11%
G = 37.05%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B28F41 (or 0xB28F41) is known color: Turmeric. HEX triplet: B2, 8F and 41. RGB value is (178,143,65). Sum of RGB (Red+Green+Blue) = 178+143+65=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F41 is #4D70BE. Grayscale: #909090. Windows color (decimal): -5075135 or 4296626. OLE color: 4296626.

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

Color convert

RGB 178 143 65 -
CMYK 0 0.20 0.63 0.30
HSL 41.42º 0.47% 0.48% -
HSV(B) 41.42º 0.63% 0.7% -
XYZ 29.14 29.49 9.16 -
YUV 144.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 178 143 65 0 0.20 0.63 0.30 41.42 0.47 0.48
Hex B2 8F 41 0 14 3F 1E 29 2F 30
Octal 262 217 101 0 24 77 36 51 57 60
Binary 10110010 10001111 1000001 0 10100 111111 11110 101001 101111 110000

Color Harmonies of #B28F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F41

Black with #B28F41

Text Example


Text Example

White with #B28F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F41; }

 p { color: rgb(178,143,65); }

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

background-color css

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

 a { background-color: rgb(178,143,65); }

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

border-color css

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

 span { border-color: rgb(178,143,65); }

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