Html Css Color HEX #BC9C1E Buddha Gold

📋 copy color: '#BC9C1E'

red 188 ◦ green 156 ◦ blue 30

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

Shades of Buddha Gold #BC9C1E

Tints of Buddha Gold #BC9C1E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 50.27%
G = 41.71%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC9C1E (or 0xBC9C1E) is known color: Buddha Gold. HEX triplet: BC, 9C and 1E. RGB value is (188,156,30). Sum of RGB (Red+Green+Blue) = 188+156+30=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C1E is #4363E1. Grayscale: #979797. Windows color (decimal): -4416482 or 2006204. OLE color: 2006204.

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

Color convert

RGB 188 156 30 -
CMYK 0 0.17 0.84 0.26
HSL 47.85º 0.72% 0.43% -
HSV(B) 47.85º 0.84% 0.74% -
XYZ 32.86 34.56 6.17 -
YUV 151.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 188 156 30 0 0.17 0.84 0.26 47.85 0.72 0.43
Hex BC 9C 1E 0 11 54 1A 30 48 2B
Octal 274 234 36 0 21 124 32 60 110 53
Binary 10111100 10011100 11110 0 10001 1010100 11010 110000 1001000 101011

Color Harmonies of #BC9C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C1E

Black with #BC9C1E

Text Example


Text Example

White with #BC9C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C1E; }

 p { color: rgb(188,156,30); }

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

background-color css

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

 a { background-color: rgb(188,156,30); }

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

border-color css

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

 span { border-color: rgb(188,156,30); }

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