Html Css Color HEX #BD970C Buddha Gold

📋 copy color: '#BD970C'

red 189 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #BD970C

Tints of Buddha Gold #BD970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 53.69%
G = 42.9%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD970C (or 0xBD970C) is known color: Buddha Gold. HEX triplet: BD, 97 and 0C. RGB value is (189,151,12). Sum of RGB (Red+Green+Blue) = 189+151+12=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD970C is #4268F3. Grayscale: #939393. Windows color (decimal): -4352244 or 825277. OLE color: 825277.

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

Color convert

RGB 189 151 12 -
CMYK 0 0.20 0.94 0.26
HSL 47.12º 0.88% 0.39% -
HSV(B) 47.12º 0.94% 0.74% -
XYZ 32.12 32.98 5.02 -
YUV 146.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 189 151 12 0 0.20 0.94 0.26 47.12 0.88 0.39
Hex BD 97 C 0 14 5E 1A 2F 58 27
Octal 275 227 14 0 24 136 32 57 130 47
Binary 10111101 10010111 1100 0 10100 1011110 11010 101111 1011000 100111

Color Harmonies of #BD970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD970C

Black with #BD970C

Text Example


Text Example

White with #BD970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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