Html Css Color HEX #BD960B Buddha Gold

📋 copy color: '#BD960B'

red 189 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #BD960B

Tints of Buddha Gold #BD960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.14%

R = 54%
G = 42.86%
B = 3.14%

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

#BD960B (or 0xBD960B) is known color: Buddha Gold. HEX triplet: BD, 96 and 0B. RGB value is (189,150,11). Sum of RGB (Red+Green+Blue) = 189+150+11=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD960B is #4269F4. Grayscale: #929292. Windows color (decimal): -4352501 or 759485. OLE color: 759485.

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

Color convert

RGB 189 150 11 -
CMYK 0 0.21 0.94 0.26
HSL 46.85º 0.89% 0.39% -
HSV(B) 46.85º 0.94% 0.74% -
XYZ 31.95 32.66 4.94 -
YUV 145.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 189 150 11 0 0.21 0.94 0.26 46.85 0.89 0.39
Hex BD 96 B 0 15 5E 1A 2F 59 27
Octal 275 226 13 0 25 136 32 57 131 47
Binary 10111101 10010110 1011 0 10101 1011110 11010 101111 1011001 100111

Color Harmonies of #BD960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD960B

Black with #BD960B

Text Example


Text Example

White with #BD960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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