Html Css Color HEX #BC9E1B Buddha Gold

📋 copy color: '#BC9E1B'

red 188 ◦ green 158 ◦ blue 27

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

Shades of Buddha Gold #BC9E1B

Tints of Buddha Gold #BC9E1B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.36%

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 50.4%
G = 42.36%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC9E1B (or 0xBC9E1B) is known color: Buddha Gold. HEX triplet: BC, 9E and 1B. RGB value is (188,158,27). Sum of RGB (Red+Green+Blue) = 188+158+27=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9E1B is #4361E4. Grayscale: #989898. Windows color (decimal): -4415973 or 1810108. OLE color: 1810108.

HSL color Cylindrical-coordinate representation of color #BC9E1B: hue angle of 48.82º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC9E1B is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 158 27 -
CMYK 0 0.16 0.86 0.26
HSL 48.82º 0.75% 0.42% -
HSV(B) 48.82º 0.86% 0.74% -
XYZ 33.16 35.22 6.09 -
YUV 152.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 188 158 27 0 0.16 0.86 0.26 48.82 0.75 0.42
Hex BC 9E 1B 0 10 56 1A 31 4B 2A
Octal 274 236 33 0 20 126 32 61 113 52
Binary 10111100 10011110 11011 0 10000 1010110 11010 110001 1001011 101010

Color Harmonies of #BC9E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E1B

Black with #BC9E1B

Text Example


Text Example

White with #BC9E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E1B; }

 p { color: rgb(188,158,27); }

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

background-color css

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

 a { background-color: rgb(188,158,27); }

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

border-color css

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

 span { border-color: rgb(188,158,27); }

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