Html Css Color HEX #BC9F1D Buddha Gold

📋 copy color: '#BC9F1D'

red 188 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #BC9F1D

Tints of Buddha Gold #BC9F1D

RGB

 RED value IS 188 (73.83% from 255) = 50%

 GREEN value IS 159 (62.5% from 255) = 42.29%

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 50%
G = 42.29%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC9F1D (or 0xBC9F1D) is known color: Buddha Gold. HEX triplet: BC, 9F and 1D. RGB value is (188,159,29). Sum of RGB (Red+Green+Blue) = 188+159+29=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F1D is #4360E2. Grayscale: #999999. Windows color (decimal): -4415715 or 1941436. OLE color: 1941436.

HSL color Cylindrical-coordinate representation of color #BC9F1D: hue angle of 49.06º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC9F1D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 29 -
CMYK 0 0.15 0.85 0.26
HSL 49.06º 0.73% 0.43% -
HSV(B) 49.06º 0.85% 0.74% -
XYZ 33.36 35.58 6.27 -
YUV 152.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 188 159 29 0 0.15 0.85 0.26 49.06 0.73 0.43
Hex BC 9F 1D 0 F 55 1A 31 49 2B
Octal 274 237 35 0 17 125 32 61 111 53
Binary 10111100 10011111 11101 0 1111 1010101 11010 110001 1001001 101011

Color Harmonies of #BC9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F1D

Black with #BC9F1D

Text Example


Text Example

White with #BC9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F1D; }

 p { color: rgb(188,159,29); }

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

background-color css

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

 a { background-color: rgb(188,159,29); }

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

border-color css

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

 span { border-color: rgb(188,159,29); }

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