Html Css Color HEX #B49B3F Roti

📋 copy color: '#B49B3F'

red 180 ◦ green 155 ◦ blue 63

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

Shades of Roti #B49B3F

Tints of Roti #B49B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 63 (25% from 255) = 15.83%

R = 45.23%
G = 38.94%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B49B3F (or 0xB49B3F) is known color: Roti. HEX triplet: B4, 9B and 3F. RGB value is (180,155,63). Sum of RGB (Red+Green+Blue) = 180+155+63=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B3F is #4B64C0. Grayscale: #989898. Windows color (decimal): -4940993 or 4168628. OLE color: 4168628.

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

Color convert

RGB 180 155 63 -
CMYK 0 0.14 0.65 0.29
HSL 47.18º 0.48% 0.48% -
HSV(B) 47.18º 0.65% 0.71% -
XYZ 31.44 33.5 9.51 -
YUV 151.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 180 155 63 0 0.14 0.65 0.29 47.18 0.48 0.48
Hex B4 9B 3F 0 E 41 1D 2F 30 30
Octal 264 233 77 0 16 101 35 57 60 60
Binary 10110100 10011011 111111 0 1110 1000001 11101 101111 110000 110000

Color Harmonies of #B49B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B3F

Black with #B49B3F

Text Example


Text Example

White with #B49B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B3F; }

 p { color: rgb(180,155,63); }

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

background-color css

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

 a { background-color: rgb(180,155,63); }

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

border-color css

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

 span { border-color: rgb(180,155,63); }

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