Html Css Color HEX #B38E3E Turmeric

📋 copy color: '#B38E3E'

red 179 ◦ green 142 ◦ blue 62

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

Shades of Turmeric #B38E3E

Tints of Turmeric #B38E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 46.74%
G = 37.08%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B38E3E (or 0xB38E3E) is known color: Turmeric. HEX triplet: B3, 8E and 3E. RGB value is (179,142,62). Sum of RGB (Red+Green+Blue) = 179+142+62=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E3E is #4C71C1. Grayscale: #909090. Windows color (decimal): -5009858 or 4099763. OLE color: 4099763.

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

Color convert

RGB 179 142 62 -
CMYK 0 0.21 0.65 0.30
HSL 41.03º 0.49% 0.47% -
HSV(B) 41.03º 0.65% 0.7% -
XYZ 29.13 29.28 8.67 -
YUV 143.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 179 142 62 0 0.21 0.65 0.30 41.03 0.49 0.47
Hex B3 8E 3E 0 15 41 1E 29 31 2F
Octal 263 216 76 0 25 101 36 51 61 57
Binary 10110011 10001110 111110 0 10101 1000001 11110 101001 110001 101111

Color Harmonies of #B38E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E3E

Black with #B38E3E

Text Example


Text Example

White with #B38E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E3E; }

 p { color: rgb(179,142,62); }

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

background-color css

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

 a { background-color: rgb(179,142,62); }

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

border-color css

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

 span { border-color: rgb(179,142,62); }

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