#B7973A

Color #B7973A Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B7973A

Tints of Roti #B7973A

Color information

#B7973A (or 0xB7973A) is unknown color: approx Roti. HEX triplet: B7, 97 and 3A. RGB value is (183,151,58). Sum of RGB (Red+Green+Blue) = 183+151+58=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7973A is #4868C5. Grayscale: #969696. Windows color (decimal): -4745414 or 3839927. OLE color: 3839927.

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

Color convert

RGB18315158-
CMYK00.170.680.28
HSL44.64º51.87%47.25%-
HSV(B)44.64º68.31%71.76%-
XYZ31.3632.518.62-
YUV149.9776.1151.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=46.68%
G=38.52%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831515800.170.680.2844.6451.8747.25
HexB7973A011441C2d342f
Octal2672277202110434556457
Binary1011011110010111111010010001100010011100101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7973A; }

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

 H1.HeaderClassName
 {
   color: #B7973A;
 }
 .AnyTagClassName
 {
   color: #B7973A;
 }
</style>
background-color css

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

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

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

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

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

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