Html Css Color HEX #BD970E Buddha Gold

📋 copy color: '#BD970E'

red 189 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #BD970E

Tints of Buddha Gold #BD970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 53.39%
G = 42.66%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD970E (or 0xBD970E) is known color: Buddha Gold. HEX triplet: BD, 97 and 0E. RGB value is (189,151,14). Sum of RGB (Red+Green+Blue) = 189+151+14=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD970E is #4268F1. Grayscale: #939393. Windows color (decimal): -4352242 or 956349. OLE color: 956349.

HSL color Cylindrical-coordinate representation of color #BD970E: hue angle of 46.97º 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 #BD970E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 14 -
CMYK 0 0.20 0.93 0.26
HSL 46.97º 0.86% 0.4% -
HSV(B) 46.97º 0.93% 0.74% -
XYZ 32.13 32.98 5.09 -
YUV 146.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 189 151 14 0 0.20 0.93 0.26 46.97 0.86 0.4
Hex BD 97 E 0 14 5D 1A 2F 56 28
Octal 275 227 16 0 24 135 32 57 126 50
Binary 10111101 10010111 1110 0 10100 1011101 11010 101111 1010110 101000

Color Harmonies of #BD970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD970E

Black with #BD970E

Text Example


Text Example

White with #BD970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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