Html Css Color HEX #B19641 Roti

📋 copy color: '#B19641'

red 177 ◦ green 150 ◦ blue 65

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

Shades of Roti #B19641

Tints of Roti #B19641

RGB

 RED value IS 177 (69.53% from 255) = 45.15%

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 45.15%
G = 38.27%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B19641 (or 0xB19641) is known color: Roti. HEX triplet: B1, 96 and 41. RGB value is (177,150,65). Sum of RGB (Red+Green+Blue) = 177+150+65=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19641 is #4E69BE. Grayscale: #949494. Windows color (decimal): -5138879 or 4298417. OLE color: 4298417.

HSL color Cylindrical-coordinate representation of color #B19641: hue angle of 45.54º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B19641 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 65 -
CMYK 0 0.15 0.63 0.31
HSL 45.54º 0.46% 0.47% -
HSV(B) 45.54º 0.63% 0.69% -
XYZ 29.99 31.54 9.51 -
YUV 148.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 177 150 65 0 0.15 0.63 0.31 45.54 0.46 0.47
Hex B1 96 41 0 F 3F 1F 2E 2E 2F
Octal 261 226 101 0 17 77 37 56 56 57
Binary 10110001 10010110 1000001 0 1111 111111 11111 101110 101110 101111

Color Harmonies of #B19641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19641

Black with #B19641

Text Example


Text Example

White with #B19641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19641; }

 p { color: rgb(177,150,65); }

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

background-color css

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

 a { background-color: rgb(177,150,65); }

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

border-color css

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

 span { border-color: rgb(177,150,65); }

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