Html Css Color HEX #B79A1A Buddha Gold

📋 copy color: '#B79A1A'

red 183 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #B79A1A

Tints of Buddha Gold #B79A1A

RGB

 RED value IS 183 (71.88% from 255) = 50.41%

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 50.41%
G = 42.42%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B79A1A (or 0xB79A1A) is known color: Buddha Gold. HEX triplet: B7, 9A and 1A. RGB value is (183,154,26). Sum of RGB (Red+Green+Blue) = 183+154+26=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A1A is #4865E5. Grayscale: #949494. Windows color (decimal): -4744678 or 1743543. OLE color: 1743543.

HSL color Cylindrical-coordinate representation of color #B79A1A: hue angle of 48.92º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B79A1A is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 154 26 -
CMYK 0 0.16 0.86 0.28
HSL 48.92º 0.75% 0.41% -
HSV(B) 48.92º 0.86% 0.72% -
XYZ 31.27 33.25 5.75 -
YUV 148.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 183 154 26 0 0.16 0.86 0.28 48.92 0.75 0.41
Hex B7 9A 1A 0 10 56 1C 31 4B 29
Octal 267 232 32 0 20 126 34 61 113 51
Binary 10110111 10011010 11010 0 10000 1010110 11100 110001 1001011 101001

Color Harmonies of #B79A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79A1A

Black with #B79A1A

Text Example


Text Example

White with #B79A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79A1A; }

 p { color: rgb(183,154,26); }

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

background-color css

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

 a { background-color: rgb(183,154,26); }

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

border-color css

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

 span { border-color: rgb(183,154,26); }

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