Html Css Color HEX #BDA022 Buddha Gold

📋 copy color: '#BDA022'

red 189 ◦ green 160 ◦ blue 34

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

Shades of Buddha Gold #BDA022

Tints of Buddha Gold #BDA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 49.35%
G = 41.78%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDA022 (or 0xBDA022) is known color: Buddha Gold. HEX triplet: BD, A0 and 22. RGB value is (189,160,34). Sum of RGB (Red+Green+Blue) = 189+160+34=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA022 is #425FDD. Grayscale: #9A9A9A. Windows color (decimal): -4349918 or 2269373. OLE color: 2269373.

HSL color Cylindrical-coordinate representation of color #BDA022: hue angle of 48.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDA022 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 160 34 -
CMYK 0 0.15 0.82 0.26
HSL 48.77º 0.7% 0.44% -
HSV(B) 48.77º 0.82% 0.74% -
XYZ 33.85 36.08 6.69 -
YUV 154.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 189 160 34 0 0.15 0.82 0.26 48.77 0.7 0.44
Hex BD A0 22 0 F 52 1A 31 46 2C
Octal 275 240 42 0 17 122 32 61 106 54
Binary 10111101 10100000 100010 0 1111 1010010 11010 110001 1000110 101100

Color Harmonies of #BDA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA022

Black with #BDA022

Text Example


Text Example

White with #BDA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA022; }

 p { color: rgb(189,160,34); }

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

background-color css

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

 a { background-color: rgb(189,160,34); }

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

border-color css

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

 span { border-color: rgb(189,160,34); }

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