Html Css Color HEX #BC9B0A Buddha Gold

📋 copy color: '#BC9B0A'

red 188 ◦ green 155 ◦ blue 10

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

Shades of Buddha Gold #BC9B0A

Tints of Buddha Gold #BC9B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.83%

R = 53.26%
G = 43.91%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC9B0A (or 0xBC9B0A) is known color: Buddha Gold. HEX triplet: BC, 9B and 0A. RGB value is (188,155,10). Sum of RGB (Red+Green+Blue) = 188+155+10=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9B0A is #4364F5. Grayscale: #949494. Windows color (decimal): -4416758 or 695228. OLE color: 695228.

HSL color Cylindrical-coordinate representation of color #BC9B0A: hue angle of 48.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC9B0A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 155 10 -
CMYK 0 0.18 0.95 0.26
HSL 48.88º 0.9% 0.39% -
HSV(B) 48.88º 0.95% 0.74% -
XYZ 32.52 34.16 5.17 -
YUV 148.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 188 155 10 0 0.18 0.95 0.26 48.88 0.9 0.39
Hex BC 9B A 0 12 5F 1A 31 5A 27
Octal 274 233 12 0 22 137 32 61 132 47
Binary 10111100 10011011 1010 0 10010 1011111 11010 110001 1011010 100111

Color Harmonies of #BC9B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9B0A

Black with #BC9B0A

Text Example


Text Example

White with #BC9B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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