Html Css Color HEX #B79742 Roti

📋 copy color: '#B79742'

red 183 ◦ green 151 ◦ blue 66

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

Shades of Roti #B79742

Tints of Roti #B79742

RGB

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

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

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

R = 45.75%
G = 37.75%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B79742 (or 0xB79742) is known color: Roti. HEX triplet: B7, 97 and 42. RGB value is (183,151,66). Sum of RGB (Red+Green+Blue) = 183+151+66=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79742 is #4868BD. Grayscale: #979797. Windows color (decimal): -4745406 or 4364215. OLE color: 4364215.

HSL color Cylindrical-coordinate representation of color #B79742: hue angle of 43.59º degrees, saturation: 0.47, 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 #B79742 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 151 66 -
CMYK 0 0.17 0.64 0.28
HSL 43.59º 0.47% 0.49% -
HSV(B) 43.59º 0.64% 0.72% -
XYZ 31.58 32.59 9.78 -
YUV 150.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 183 151 66 0 0.17 0.64 0.28 43.59 0.47 0.49
Hex B7 97 42 0 11 40 1C 2C 2F 31
Octal 267 227 102 0 21 100 34 54 57 61
Binary 10110111 10010111 1000010 0 10001 1000000 11100 101100 101111 110001

Color Harmonies of #B79742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79742

Black with #B79742

Text Example


Text Example

White with #B79742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79742; }

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

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

background-color css

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

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

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

border-color css

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

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

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