Html Css Color HEX #B49B0E Buddha Gold

📋 copy color: '#B49B0E'

red 180 ◦ green 155 ◦ blue 14

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

Shades of Buddha Gold #B49B0E

Tints of Buddha Gold #B49B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 51.58%
G = 44.41%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B49B0E (or 0xB49B0E) is known color: Buddha Gold. HEX triplet: B4, 9B and 0E. RGB value is (180,155,14). Sum of RGB (Red+Green+Blue) = 180+155+14=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49B0E is #4B64F1. Grayscale: #929292. Windows color (decimal): -4941042 or 957364. OLE color: 957364.

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

Color convert

RGB 180 155 14 -
CMYK 0 0.14 0.92 0.29
HSL 50.96º 0.86% 0.38% -
HSV(B) 50.96º 0.92% 0.71% -
XYZ 30.62 33.18 5.21 -
YUV 146.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 180 155 14 0 0.14 0.92 0.29 50.96 0.86 0.38
Hex B4 9B E 0 E 5C 1D 33 56 26
Octal 264 233 16 0 16 134 35 63 126 46
Binary 10110100 10011011 1110 0 1110 1011100 11101 110011 1010110 100110

Color Harmonies of #B49B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B0E

Black with #B49B0E

Text Example


Text Example

White with #B49B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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