Html Css Color HEX #BD9F03 Buddha Gold

📋 copy color: '#BD9F03'

red 189 ◦ green 159 ◦ blue 3

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

Shades of Buddha Gold #BD9F03

Tints of Buddha Gold #BD9F03

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 53.85%
G = 45.3%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD9F03 (or 0xBD9F03) is known color: Buddha Gold. HEX triplet: BD, 9F and 03. RGB value is (189,159,3). Sum of RGB (Red+Green+Blue) = 189+159+3=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F03 is #4260FC. Grayscale: #969696. Windows color (decimal): -4350205 or 237501. OLE color: 237501.

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

Color convert

RGB 189 159 3 -
CMYK 0 0.16 0.98 0.26
HSL 50.32º 0.97% 0.38% -
HSV(B) 50.32º 0.98% 0.74% -
XYZ 33.4 35.62 5.2 -
YUV 150.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 189 159 3 0 0.16 0.98 0.26 50.32 0.97 0.38
Hex BD 9F 3 0 10 62 1A 32 61 26
Octal 275 237 3 0 20 142 32 62 141 46
Binary 10111101 10011111 11 0 10000 1100010 11010 110010 1100001 100110

Color Harmonies of #BD9F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F03

Black with #BD9F03

Text Example


Text Example

White with #BD9F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F03; }

 p { color: rgb(189,159,3); }

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

background-color css

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

 a { background-color: rgb(189,159,3); }

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

border-color css

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

 span { border-color: rgb(189,159,3); }

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