Html Css Color HEX #BC9A1D Buddha Gold

📋 copy color: '#BC9A1D'

red 188 ◦ green 154 ◦ blue 29

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

Shades of Buddha Gold #BC9A1D

Tints of Buddha Gold #BC9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

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

R = 50.67%
G = 41.51%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC9A1D (or 0xBC9A1D) is known color: Buddha Gold. HEX triplet: BC, 9A and 1D. RGB value is (188,154,29). Sum of RGB (Red+Green+Blue) = 188+154+29=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A1D is #4365E2. Grayscale: #969696. Windows color (decimal): -4416995 or 1940156. OLE color: 1940156.

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

Color convert

RGB 188 154 29 -
CMYK 0 0.18 0.85 0.26
HSL 47.17º 0.73% 0.43% -
HSV(B) 47.17º 0.85% 0.74% -
XYZ 32.52 33.89 5.99 -
YUV 149.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 188 154 29 0 0.18 0.85 0.26 47.17 0.73 0.43
Hex BC 9A 1D 0 12 55 1A 2F 49 2B
Octal 274 232 35 0 22 125 32 57 111 53
Binary 10111100 10011010 11101 0 10010 1010101 11010 101111 1001001 101011

Color Harmonies of #BC9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A1D

Black with #BC9A1D

Text Example


Text Example

White with #BC9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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