Html Css Color HEX #B19A38 Roti

📋 copy color: '#B19A38'

red 177 ◦ green 154 ◦ blue 56

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

Shades of Roti #B19A38

Tints of Roti #B19A38

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 56 (22.27% from 255) = 14.47%

R = 45.74%
G = 39.79%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B19A38 (or 0xB19A38) is known color: Roti. HEX triplet: B1, 9A and 38. RGB value is (177,154,56). Sum of RGB (Red+Green+Blue) = 177+154+56=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A38 is #4E65C7. Grayscale: #969696. Windows color (decimal): -5137864 or 3709617. OLE color: 3709617.

HSL color Cylindrical-coordinate representation of color #B19A38: hue angle of 48.6º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B19A38 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 56 -
CMYK 0 0.13 0.68 0.31
HSL 48.6º 0.52% 0.46% -
HSV(B) 48.6º 0.68% 0.69% -
XYZ 30.4 32.74 8.46 -
YUV 149.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 177 154 56 0 0.13 0.68 0.31 48.6 0.52 0.46
Hex B1 9A 38 0 D 44 1F 31 34 2E
Octal 261 232 70 0 15 104 37 61 64 56
Binary 10110001 10011010 111000 0 1101 1000100 11111 110001 110100 101110

Color Harmonies of #B19A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A38

Black with #B19A38

Text Example


Text Example

White with #B19A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A38; }

 p { color: rgb(177,154,56); }

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

background-color css

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

 a { background-color: rgb(177,154,56); }

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

border-color css

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

 span { border-color: rgb(177,154,56); }

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