Html Css Color HEX #B19C3E Roti

📋 copy color: '#B19C3E'

red 177 ◦ green 156 ◦ blue 62

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

Shades of Roti #B19C3E

Tints of Roti #B19C3E

RGB

 RED value IS 177 (69.53% from 255) = 44.81%

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 44.81%
G = 39.49%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B19C3E (or 0xB19C3E) is known color: Roti. HEX triplet: B1, 9C and 3E. RGB value is (177,156,62). Sum of RGB (Red+Green+Blue) = 177+156+62=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C3E is #4E63C1. Grayscale: #979797. Windows color (decimal): -5137346 or 4103345. OLE color: 4103345.

HSL color Cylindrical-coordinate representation of color #B19C3E: hue angle of 49.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B19C3E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 62 -
CMYK 0 0.12 0.65 0.31
HSL 49.04º 0.48% 0.47% -
HSV(B) 49.04º 0.65% 0.69% -
XYZ 30.89 33.47 9.39 -
YUV 151.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 177 156 62 0 0.12 0.65 0.31 49.04 0.48 0.47
Hex B1 9C 3E 0 C 41 1F 31 30 2F
Octal 261 234 76 0 14 101 37 61 60 57
Binary 10110001 10011100 111110 0 1100 1000001 11111 110001 110000 101111

Color Harmonies of #B19C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C3E

Black with #B19C3E

Text Example


Text Example

White with #B19C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C3E; }

 p { color: rgb(177,156,62); }

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

background-color css

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

 a { background-color: rgb(177,156,62); }

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

border-color css

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

 span { border-color: rgb(177,156,62); }

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