Html Css Color HEX #B19645 Roti

📋 copy color: '#B19645'

red 177 ◦ green 150 ◦ blue 69

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

Shades of Roti #B19645

Tints of Roti #B19645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 44.7%
G = 37.88%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B19645 (or 0xB19645) is known color: Roti. HEX triplet: B1, 96 and 45. RGB value is (177,150,69). Sum of RGB (Red+Green+Blue) = 177+150+69=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19645 is #4E69BA. Grayscale: #959595. Windows color (decimal): -5138875 or 4560561. OLE color: 4560561.

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

Color convert

RGB 177 150 69 -
CMYK 0 0.15 0.61 0.31
HSL 45º 0.44% 0.48% -
HSV(B) 45º 0.61% 0.69% -
XYZ 30.11 31.59 10.14 -
YUV 148.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 177 150 69 0 0.15 0.61 0.31 45 0.44 0.48
Hex B1 96 45 0 F 3D 1F 2D 2C 30
Octal 261 226 105 0 17 75 37 55 54 60
Binary 10110001 10010110 1000101 0 1111 111101 11111 101101 101100 110000

Color Harmonies of #B19645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19645

Black with #B19645

Text Example


Text Example

White with #B19645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19645; }

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

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

background-color css

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

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

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

border-color css

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

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

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