Html Css Color HEX #BDA702 Buddha Gold

📋 copy color: '#BDA702'

red 189 ◦ green 167 ◦ blue 2

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

Shades of Buddha Gold #BDA702

Tints of Buddha Gold #BDA702

RGB

 RED value IS 189 (74.22% from 255) = 52.79%

 GREEN value IS 167 (65.63% from 255) = 46.65%

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

R = 52.79%
G = 46.65%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA702 (or 0xBDA702) is known color: Buddha Gold. HEX triplet: BD, A7 and 02. RGB value is (189,167,2). Sum of RGB (Red+Green+Blue) = 189+167+2=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA702 is #4258FD. Grayscale: #9B9B9B. Windows color (decimal): -4348158 or 174013. OLE color: 174013.

HSL color Cylindrical-coordinate representation of color #BDA702: hue angle of 52.94º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDA702 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 2 -
CMYK 0 0.12 0.99 0.26
HSL 52.94º 0.98% 0.37% -
HSV(B) 52.94º 0.99% 0.74% -
XYZ 34.82 38.46 5.65 -
YUV 154.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 189 167 2 0 0.12 0.99 0.26 52.94 0.98 0.37
Hex BD A7 2 0 C 63 1A 35 62 25
Octal 275 247 2 0 14 143 32 65 142 45
Binary 10111101 10100111 10 0 1100 1100011 11010 110101 1100010 100101

Color Harmonies of #BDA702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA702

Black with #BDA702

Text Example


Text Example

White with #BDA702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA702; }

 p { color: rgb(189,167,2); }

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

background-color css

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

 a { background-color: rgb(189,167,2); }

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

border-color css

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

 span { border-color: rgb(189,167,2); }

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