Html Css Color HEX #B79141 Roti

📋 copy color: '#B79141'

red 183 ◦ green 145 ◦ blue 65

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

Shades of Roti #B79141

Tints of Roti #B79141

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 46.56%
G = 36.9%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B79141 (or 0xB79141) is known color: Roti. HEX triplet: B7, 91 and 41. RGB value is (183,145,65). Sum of RGB (Red+Green+Blue) = 183+145+65=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B79141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79141 is #486EBE. Grayscale: #939393. Windows color (decimal): -4746943 or 4297143. OLE color: 4297143.

HSL color Cylindrical-coordinate representation of color #B79141: hue angle of 40.68º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B79141 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 65 -
CMYK 0 0.21 0.64 0.28
HSL 40.68º 0.48% 0.49% -
HSV(B) 40.68º 0.64% 0.72% -
XYZ 30.61 30.7 9.31 -
YUV 147.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 183 145 65 0 0.21 0.64 0.28 40.68 0.48 0.49
Hex B7 91 41 0 15 40 1C 29 30 31
Octal 267 221 101 0 25 100 34 51 60 61
Binary 10110111 10010001 1000001 0 10101 1000000 11100 101001 110000 110001

Color Harmonies of #B79141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79141

Black with #B79141

Text Example


Text Example

White with #B79141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79141; }

 p { color: rgb(183,145,65); }

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

background-color css

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

 a { background-color: rgb(183,145,65); }

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

border-color css

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

 span { border-color: rgb(183,145,65); }

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