Html Css Color HEX #B99543 Roti

📋 copy color: '#B99543'

red 185 ◦ green 149 ◦ blue 67

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

Shades of Roti #B99543

Tints of Roti #B99543

RGB

 RED value IS 185 (72.66% from 255) = 46.13%

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 67 (26.56% from 255) = 16.71%

R = 46.13%
G = 37.16%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99543 (or 0xB99543) is known color: Roti. HEX triplet: B9, 95 and 43. RGB value is (185,149,67). Sum of RGB (Red+Green+Blue) = 185+149+67=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B99543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99543 is #466ABC. Grayscale: #969696. Windows color (decimal): -4614845 or 4429241. OLE color: 4429241.

HSL color Cylindrical-coordinate representation of color #B99543: hue angle of 41.69º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B99543 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 67 -
CMYK 0 0.19 0.64 0.27
HSL 41.69º 0.47% 0.49% -
HSV(B) 41.69º 0.64% 0.73% -
XYZ 31.77 32.21 9.85 -
YUV 150.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 185 149 67 0 0.19 0.64 0.27 41.69 0.47 0.49
Hex B9 95 43 0 13 40 1B 2A 2F 31
Octal 271 225 103 0 23 100 33 52 57 61
Binary 10111001 10010101 1000011 0 10011 1000000 11011 101010 101111 110001

Color Harmonies of #B99543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99543

Black with #B99543

Text Example


Text Example

White with #B99543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99543; }

 p { color: rgb(185,149,67); }

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

background-color css

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

 a { background-color: rgb(185,149,67); }

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

border-color css

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

 span { border-color: rgb(185,149,67); }

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