Html Css Color HEX #B79740 Roti

📋 copy color: '#B79740'

red 183 ◦ green 151 ◦ blue 64

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

Shades of Roti #B79740

Tints of Roti #B79740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 45.98%
G = 37.94%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B79740 (or 0xB79740) is known color: Roti. HEX triplet: B7, 97 and 40. RGB value is (183,151,64). Sum of RGB (Red+Green+Blue) = 183+151+64=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B79740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79740 is #4868BF. Grayscale: #979797. Windows color (decimal): -4745408 or 4233143. OLE color: 4233143.

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

Color convert

RGB 183 151 64 -
CMYK 0 0.17 0.65 0.28
HSL 43.87º 0.48% 0.48% -
HSV(B) 43.87º 0.65% 0.72% -
XYZ 31.52 32.57 9.48 -
YUV 150.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 183 151 64 0 0.17 0.65 0.28 43.87 0.48 0.48
Hex B7 97 40 0 11 41 1C 2C 30 30
Octal 267 227 100 0 21 101 34 54 60 60
Binary 10110111 10010111 1000000 0 10001 1000001 11100 101100 110000 110000

Color Harmonies of #B79740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79740

Black with #B79740

Text Example


Text Example

White with #B79740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79740; }

 p { color: rgb(183,151,64); }

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

background-color css

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

 a { background-color: rgb(183,151,64); }

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

border-color css

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

 span { border-color: rgb(183,151,64); }

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