#B7943D

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

Shades of Roti #B7943D

Tints of Roti #B7943D

Color information

#B7943D (or 0xB7943D) is unknown color: approx Roti. HEX triplet: B7, 94 and 3D. RGB value is (183,148,61). Sum of RGB (Red+Green+Blue) = 183+148+61=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7943D is #486BC2. Grayscale: #949494. Windows color (decimal): -4746179 or 4035767. OLE color: 4035767.

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

Color convert

RGB18314861-
CMYK00.190.670.28
HSL42.79º50%47.84%-
HSV(B)42.79º66.67%71.76%-
XYZ30.9631.588.88-
YUV148.5578.6152.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=46.68%
G=37.76%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831486100.190.670.2842.795047.84
HexB7943D013431C2b3230
Octal2672247502310334536260
Binary1011011110010100111101010011100001111100101011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7943D; }

 p { color: rgb(183,148,61); }

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

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

 a { background-color: rgb(183,148,61); }

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

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

 span { border-color: rgb(183,148,61); }

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