Html Css Color HEX #B39B3A Roti

📋 copy color: '#B39B3A'

red 179 ◦ green 155 ◦ blue 58

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

Shades of Roti #B39B3A

Tints of Roti #B39B3A

RGB

 RED value IS 179 (70.31% from 255) = 45.66%

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

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 45.66%
G = 39.54%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B39B3A (or 0xB39B3A) is known color: Roti. HEX triplet: B3, 9B and 3A. RGB value is (179,155,58). Sum of RGB (Red+Green+Blue) = 179+155+58=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39B3A is #4C64C5. Grayscale: #979797. Windows color (decimal): -5006534 or 3840947. OLE color: 3840947.

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

Color convert

RGB 179 155 58 -
CMYK 0 0.13 0.68 0.30
HSL 48.1º 0.51% 0.46% -
HSV(B) 48.1º 0.68% 0.7% -
XYZ 31.08 33.33 8.8 -
YUV 151.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 179 155 58 0 0.13 0.68 0.30 48.1 0.51 0.46
Hex B3 9B 3A 0 D 44 1E 30 33 2E
Octal 263 233 72 0 15 104 36 60 63 56
Binary 10110011 10011011 111010 0 1101 1000100 11110 110000 110011 101110

Color Harmonies of #B39B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B3A

Black with #B39B3A

Text Example


Text Example

White with #B39B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B3A; }

 p { color: rgb(179,155,58); }

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

background-color css

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

 a { background-color: rgb(179,155,58); }

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

border-color css

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

 span { border-color: rgb(179,155,58); }

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