Html Css Color HEX #BD960E Buddha Gold

📋 copy color: '#BD960E'

red 189 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #BD960E

Tints of Buddha Gold #BD960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 14 (5.86% from 255) = 3.97%

R = 53.54%
G = 42.49%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD960E (or 0xBD960E) is known color: Buddha Gold. HEX triplet: BD, 96 and 0E. RGB value is (189,150,14). Sum of RGB (Red+Green+Blue) = 189+150+14=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD960E is #4269F1. Grayscale: #929292. Windows color (decimal): -4352498 or 956093. OLE color: 956093.

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

Color convert

RGB 189 150 14 -
CMYK 0 0.21 0.93 0.26
HSL 46.63º 0.86% 0.4% -
HSV(B) 46.63º 0.93% 0.74% -
XYZ 31.97 32.66 5.03 -
YUV 146.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 189 150 14 0 0.21 0.93 0.26 46.63 0.86 0.4
Hex BD 96 E 0 15 5D 1A 2F 56 28
Octal 275 226 16 0 25 135 32 57 126 50
Binary 10111101 10010110 1110 0 10101 1011101 11010 101111 1010110 101000

Color Harmonies of #BD960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD960E

Black with #BD960E

Text Example


Text Example

White with #BD960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD960E; }

 p { color: rgb(189,150,14); }

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

background-color css

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

 a { background-color: rgb(189,150,14); }

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

border-color css

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

 span { border-color: rgb(189,150,14); }

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