Html Css Color HEX #B19742 Roti

📋 copy color: '#B19742'

red 177 ◦ green 151 ◦ blue 66

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

Shades of Roti #B19742

Tints of Roti #B19742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.32%

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

R = 44.92%
G = 38.32%
B = 16.75%

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

#B19742 (or 0xB19742) is known color: Roti. HEX triplet: B1, 97 and 42. RGB value is (177,151,66). Sum of RGB (Red+Green+Blue) = 177+151+66=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B19742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19742 is #4E68BD. Grayscale: #959595. Windows color (decimal): -5138622 or 4364209. OLE color: 4364209.

HSL color Cylindrical-coordinate representation of color #B19742: hue angle of 45.95º 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 #B19742 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 151 66 -
CMYK 0 0.15 0.63 0.31
HSL 45.95º 0.46% 0.48% -
HSV(B) 45.95º 0.63% 0.69% -
XYZ 30.18 31.87 9.72 -
YUV 149.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 177 151 66 0 0.15 0.63 0.31 45.95 0.46 0.48
Hex B1 97 42 0 F 3F 1F 2E 2E 30
Octal 261 227 102 0 17 77 37 56 56 60
Binary 10110001 10010111 1000010 0 1111 111111 11111 101110 101110 110000

Color Harmonies of #B19742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19742

Black with #B19742

Text Example


Text Example

White with #B19742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19742; }

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

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

background-color css

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

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

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

border-color css

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

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

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