Html Css Color HEX #BD951E Buddha Gold

📋 copy color: '#BD951E'

red 189 ◦ green 149 ◦ blue 30

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

Shades of Buddha Gold #BD951E

Tints of Buddha Gold #BD951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 51.36%
G = 40.49%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD951E (or 0xBD951E) is known color: Buddha Gold. HEX triplet: BD, 95 and 1E. RGB value is (189,149,30). Sum of RGB (Red+Green+Blue) = 189+149+30=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD951E is #426AE1. Grayscale: #939393. Windows color (decimal): -4352738 or 2004413. OLE color: 2004413.

HSL color Cylindrical-coordinate representation of color #BD951E: hue angle of 44.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD951E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 30 -
CMYK 0 0.21 0.84 0.26
HSL 44.91º 0.73% 0.43% -
HSV(B) 44.91º 0.84% 0.74% -
XYZ 31.97 32.41 5.8 -
YUV 147.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 189 149 30 0 0.21 0.84 0.26 44.91 0.73 0.43
Hex BD 95 1E 0 15 54 1A 2D 49 2B
Octal 275 225 36 0 25 124 32 55 111 53
Binary 10111101 10010101 11110 0 10101 1010100 11010 101101 1001001 101011

Color Harmonies of #BD951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD951E

Black with #BD951E

Text Example


Text Example

White with #BD951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD951E; }

 p { color: rgb(189,149,30); }

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

background-color css

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

 a { background-color: rgb(189,149,30); }

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

border-color css

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

 span { border-color: rgb(189,149,30); }

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