Html Css Color HEX #BD951B Buddha Gold

📋 copy color: '#BD951B'

red 189 ◦ green 149 ◦ blue 27

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

Shades of Buddha Gold #BD951B

Tints of Buddha Gold #BD951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 51.78%
G = 40.82%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD951B (or 0xBD951B) is known color: Buddha Gold. HEX triplet: BD, 95 and 1B. RGB value is (189,149,27). Sum of RGB (Red+Green+Blue) = 189+149+27=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD951B is #426AE4. Grayscale: #939393. Windows color (decimal): -4352741 or 1807805. OLE color: 1807805.

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

Color convert

RGB 189 149 27 -
CMYK 0 0.21 0.86 0.26
HSL 45.19º 0.75% 0.42% -
HSV(B) 45.19º 0.86% 0.74% -
XYZ 31.93 32.39 5.61 -
YUV 147.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 189 149 27 0 0.21 0.86 0.26 45.19 0.75 0.42
Hex BD 95 1B 0 15 56 1A 2D 4B 2A
Octal 275 225 33 0 25 126 32 55 113 52
Binary 10111101 10010101 11011 0 10101 1010110 11010 101101 1001011 101010

Color Harmonies of #BD951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD951B

Black with #BD951B

Text Example


Text Example

White with #BD951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD951B; }

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

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

background-color css

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

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

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

border-color css

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

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

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