Html Css Color HEX #BC9A1B Buddha Gold

📋 copy color: '#BC9A1B'

red 188 ◦ green 154 ◦ blue 27

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

Shades of Buddha Gold #BC9A1B

Tints of Buddha Gold #BC9A1B

RGB

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

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

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

R = 50.95%
G = 41.73%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC9A1B (or 0xBC9A1B) is known color: Buddha Gold. HEX triplet: BC, 9A and 1B. RGB value is (188,154,27). Sum of RGB (Red+Green+Blue) = 188+154+27=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A1B is #4365E4. Grayscale: #969696. Windows color (decimal): -4416997 or 1809084. OLE color: 1809084.

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

Color convert

RGB 188 154 27 -
CMYK 0 0.18 0.86 0.26
HSL 47.33º 0.75% 0.42% -
HSV(B) 47.33º 0.86% 0.74% -
XYZ 32.49 33.88 5.86 -
YUV 149.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 188 154 27 0 0.18 0.86 0.26 47.33 0.75 0.42
Hex BC 9A 1B 0 12 56 1A 2F 4B 2A
Octal 274 232 33 0 22 126 32 57 113 52
Binary 10111100 10011010 11011 0 10010 1010110 11010 101111 1001011 101010

Color Harmonies of #BC9A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A1B

Black with #BC9A1B

Text Example


Text Example

White with #BC9A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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