Html Css Color HEX #B49935 Roti

📋 copy color: '#B49935'

red 180 ◦ green 153 ◦ blue 53

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

Shades of Roti #B49935

Tints of Roti #B49935

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

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

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 46.63%
G = 39.64%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B49935 (or 0xB49935) is known color: Roti. HEX triplet: B4, 99 and 35. RGB value is (180,153,53). Sum of RGB (Red+Green+Blue) = 180+153+53=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49935 is #4B66CA. Grayscale: #969696. Windows color (decimal): -4941515 or 3512756. OLE color: 3512756.

HSL color Cylindrical-coordinate representation of color #B49935: hue angle of 47.24º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B49935 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 53 -
CMYK 0 0.15 0.71 0.29
HSL 47.24º 0.55% 0.46% -
HSV(B) 47.24º 0.71% 0.71% -
XYZ 30.86 32.74 8.06 -
YUV 149.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 180 153 53 0 0.15 0.71 0.29 47.24 0.55 0.46
Hex B4 99 35 0 F 47 1D 2F 37 2E
Octal 264 231 65 0 17 107 35 57 67 56
Binary 10110100 10011001 110101 0 1111 1000111 11101 101111 110111 101110

Color Harmonies of #B49935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49935

Black with #B49935

Text Example


Text Example

White with #B49935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49935; }

 p { color: rgb(180,153,53); }

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

background-color css

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

 a { background-color: rgb(180,153,53); }

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

border-color css

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

 span { border-color: rgb(180,153,53); }

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