Html Css Color HEX #B99743 Roti

📋 copy color: '#B99743'

red 185 ◦ green 151 ◦ blue 67

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

Shades of Roti #B99743

Tints of Roti #B99743

RGB

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

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

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

R = 45.91%
G = 37.47%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B99743 (or 0xB99743) is known color: Roti. HEX triplet: B9, 97 and 43. RGB value is (185,151,67). Sum of RGB (Red+Green+Blue) = 185+151+67=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B99743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99743 is #4668BC. Grayscale: #979797. Windows color (decimal): -4614333 or 4429753. OLE color: 4429753.

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

Color convert

RGB 185 151 67 -
CMYK 0 0.18 0.64 0.27
HSL 42.71º 0.47% 0.49% -
HSV(B) 42.71º 0.64% 0.73% -
XYZ 32.09 32.85 9.96 -
YUV 151.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 185 151 67 0 0.18 0.64 0.27 42.71 0.47 0.49
Hex B9 97 43 0 12 40 1B 2B 2F 31
Octal 271 227 103 0 22 100 33 53 57 61
Binary 10111001 10010111 1000011 0 10010 1000000 11011 101011 101111 110001

Color Harmonies of #B99743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99743

Black with #B99743

Text Example


Text Example

White with #B99743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99743; }

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

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

background-color css

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

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

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

border-color css

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

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

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