Html Css Color HEX #B6A302 Buddha Gold

📋 copy color: '#B6A302'

red 182 ◦ green 163 ◦ blue 2

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

Shades of Buddha Gold #B6A302

Tints of Buddha Gold #B6A302

RGB

 RED value IS 182 (71.48% from 255) = 52.45%

 GREEN value IS 163 (64.06% from 255) = 46.97%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 52.45%
G = 46.97%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6A302 (or 0xB6A302) is known color: Buddha Gold. HEX triplet: B6, A3 and 02. RGB value is (182,163,2). Sum of RGB (Red+Green+Blue) = 182+163+2=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A302 is #495CFD. Grayscale: #969696. Windows color (decimal): -4807934 or 172982. OLE color: 172982.

HSL color Cylindrical-coordinate representation of color #B6A302: hue angle of 53.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6A302 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 2 -
CMYK 0 0.10 0.99 0.29
HSL 53.67º 0.98% 0.36% -
HSV(B) 53.67º 0.99% 0.71% -
XYZ 32.4 36.14 5.33 -
YUV 150.33 44.29 150.59 -
System Red Green Blue C M Y K H S L
Decimal 182 163 2 0 0.10 0.99 0.29 53.67 0.98 0.36
Hex B6 A3 2 0 A 63 1D 36 62 24
Octal 266 243 2 0 12 143 35 66 142 44
Binary 10110110 10100011 10 0 1010 1100011 11101 110110 1100010 100100

Color Harmonies of #B6A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A302

Black with #B6A302

Text Example


Text Example

White with #B6A302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A302; }

 p { color: rgb(182,163,2); }

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

background-color css

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

 a { background-color: rgb(182,163,2); }

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

border-color css

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

 span { border-color: rgb(182,163,2); }

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