Html Css Color HEX #BD960C Buddha Gold

📋 copy color: '#BD960C'

red 189 ◦ green 150 ◦ blue 12

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

Shades of Buddha Gold #BD960C

Tints of Buddha Gold #BD960C

RGB

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

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

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

R = 53.85%
G = 42.74%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD960C (or 0xBD960C) is known color: Buddha Gold. HEX triplet: BD, 96 and 0C. RGB value is (189,150,12). Sum of RGB (Red+Green+Blue) = 189+150+12=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD960C is #4269F3. Grayscale: #929292. Windows color (decimal): -4352500 or 825021. OLE color: 825021.

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

Color convert

RGB 189 150 12 -
CMYK 0 0.21 0.94 0.26
HSL 46.78º 0.88% 0.39% -
HSV(B) 46.78º 0.94% 0.74% -
XYZ 31.96 32.66 4.97 -
YUV 145.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 189 150 12 0 0.21 0.94 0.26 46.78 0.88 0.39
Hex BD 96 C 0 15 5E 1A 2F 58 27
Octal 275 226 14 0 25 136 32 57 130 47
Binary 10111101 10010110 1100 0 10101 1011110 11010 101111 1011000 100111

Color Harmonies of #BD960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD960C

Black with #BD960C

Text Example


Text Example

White with #BD960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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