Html Css Color HEX #BD970A Buddha Gold

📋 copy color: '#BD970A'

red 189 ◦ green 151 ◦ blue 10

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

Shades of Buddha Gold #BD970A

Tints of Buddha Gold #BD970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 54%
G = 43.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD970A (or 0xBD970A) is known color: Buddha Gold. HEX triplet: BD, 97 and 0A. RGB value is (189,151,10). Sum of RGB (Red+Green+Blue) = 189+151+10=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD970A is #4268F5. Grayscale: #929292. Windows color (decimal): -4352246 or 694205. OLE color: 694205.

HSL color Cylindrical-coordinate representation of color #BD970A: hue angle of 47.26º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD970A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 10 -
CMYK 0 0.20 0.95 0.26
HSL 47.26º 0.9% 0.39% -
HSV(B) 47.26º 0.95% 0.74% -
XYZ 32.11 32.97 4.96 -
YUV 146.29 51.09 158.46 -
System Red Green Blue C M Y K H S L
Decimal 189 151 10 0 0.20 0.95 0.26 47.26 0.9 0.39
Hex BD 97 A 0 14 5F 1A 2F 5A 27
Octal 275 227 12 0 24 137 32 57 132 47
Binary 10111101 10010111 1010 0 10100 1011111 11010 101111 1011010 100111

Color Harmonies of #BD970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD970A

Black with #BD970A

Text Example


Text Example

White with #BD970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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