Html Css Color HEX #BD9C21 Buddha Gold

📋 copy color: '#BD9C21'

red 189 ◦ green 156 ◦ blue 33

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

Shades of Buddha Gold #BD9C21

Tints of Buddha Gold #BD9C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 50%
G = 41.27%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD9C21 (or 0xBD9C21) is known color: Buddha Gold. HEX triplet: BD, 9C and 21. RGB value is (189,156,33). Sum of RGB (Red+Green+Blue) = 189+156+33=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C21 is #4263DE. Grayscale: #989898. Windows color (decimal): -4350943 or 2202813. OLE color: 2202813.

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

Color convert

RGB 189 156 33 -
CMYK 0 0.17 0.83 0.26
HSL 47.31º 0.7% 0.44% -
HSV(B) 47.31º 0.83% 0.74% -
XYZ 33.15 34.71 6.39 -
YUV 151.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 189 156 33 0 0.17 0.83 0.26 47.31 0.7 0.44
Hex BD 9C 21 0 11 53 1A 2F 46 2C
Octal 275 234 41 0 21 123 32 57 106 54
Binary 10111101 10011100 100001 0 10001 1010011 11010 101111 1000110 101100

Color Harmonies of #BD9C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C21

Black with #BD9C21

Text Example


Text Example

White with #BD9C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C21; }

 p { color: rgb(189,156,33); }

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

background-color css

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

 a { background-color: rgb(189,156,33); }

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

border-color css

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

 span { border-color: rgb(189,156,33); }

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