Html Css Color HEX #BC9B1E Buddha Gold

📋 copy color: '#BC9B1E'

red 188 ◦ green 155 ◦ blue 30

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

Shades of Buddha Gold #BC9B1E

Tints of Buddha Gold #BC9B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

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

R = 50.4%
G = 41.55%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC9B1E (or 0xBC9B1E) is known color: Buddha Gold. HEX triplet: BC, 9B and 1E. RGB value is (188,155,30). Sum of RGB (Red+Green+Blue) = 188+155+30=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9B1E is #4364E1. Grayscale: #979797. Windows color (decimal): -4416738 or 2005948. OLE color: 2005948.

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

Color convert

RGB 188 155 30 -
CMYK 0 0.18 0.84 0.26
HSL 47.47º 0.72% 0.43% -
HSV(B) 47.47º 0.84% 0.74% -
XYZ 32.69 34.23 6.11 -
YUV 150.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 188 155 30 0 0.18 0.84 0.26 47.47 0.72 0.43
Hex BC 9B 1E 0 12 54 1A 2F 48 2B
Octal 274 233 36 0 22 124 32 57 110 53
Binary 10111100 10011011 11110 0 10010 1010100 11010 101111 1001000 101011

Color Harmonies of #BC9B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B1E

Black with #BC9B1E

Text Example


Text Example

White with #BC9B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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