Html Css Color HEX #B19642 Roti

📋 copy color: '#B19642'

red 177 ◦ green 150 ◦ blue 66

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

Shades of Roti #B19642

Tints of Roti #B19642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 45.04%
G = 38.17%
B = 16.79%

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

#B19642 (or 0xB19642) is known color: Roti. HEX triplet: B1, 96 and 42. RGB value is (177,150,66). Sum of RGB (Red+Green+Blue) = 177+150+66=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B19642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19642 is #4E69BD. Grayscale: #949494. Windows color (decimal): -5138878 or 4363953. OLE color: 4363953.

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

Color convert

RGB 177 150 66 -
CMYK 0 0.15 0.63 0.31
HSL 45.41º 0.46% 0.48% -
HSV(B) 45.41º 0.63% 0.69% -
XYZ 30.02 31.55 9.66 -
YUV 148.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 177 150 66 0 0.15 0.63 0.31 45.41 0.46 0.48
Hex B1 96 42 0 F 3F 1F 2D 2E 30
Octal 261 226 102 0 17 77 37 55 56 60
Binary 10110001 10010110 1000010 0 1111 111111 11111 101101 101110 110000

Color Harmonies of #B19642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19642

Black with #B19642

Text Example


Text Example

White with #B19642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19642; }

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

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

background-color css

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

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

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

border-color css

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

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

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