Html Css Color HEX #B79942 Roti

📋 copy color: '#B79942'

red 183 ◦ green 153 ◦ blue 66

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

Shades of Roti #B79942

Tints of Roti #B79942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.06%

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

R = 45.52%
G = 38.06%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B79942 (or 0xB79942) is known color: Roti. HEX triplet: B7, 99 and 42. RGB value is (183,153,66). Sum of RGB (Red+Green+Blue) = 183+153+66=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B79942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79942 is #4866BD. Grayscale: #989898. Windows color (decimal): -4744894 or 4364727. OLE color: 4364727.

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

Color convert

RGB 183 153 66 -
CMYK 0 0.16 0.64 0.28
HSL 44.62º 0.47% 0.49% -
HSV(B) 44.62º 0.64% 0.72% -
XYZ 31.9 33.24 9.89 -
YUV 152.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 183 153 66 0 0.16 0.64 0.28 44.62 0.47 0.49
Hex B7 99 42 0 10 40 1C 2D 2F 31
Octal 267 231 102 0 20 100 34 55 57 61
Binary 10110111 10011001 1000010 0 10000 1000000 11100 101101 101111 110001

Color Harmonies of #B79942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79942

Black with #B79942

Text Example


Text Example

White with #B79942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79942; }

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

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

background-color css

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

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

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

border-color css

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

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

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