Html Css Color HEX #BC951A Buddha Gold

📋 copy color: '#BC951A'

red 188 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #BC951A

Tints of Buddha Gold #BC951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 51.79%
G = 41.05%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC951A (or 0xBC951A) is known color: Buddha Gold. HEX triplet: BC, 95 and 1A. RGB value is (188,149,26). Sum of RGB (Red+Green+Blue) = 188+149+26=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC951A is #436AE5. Grayscale: #939393. Windows color (decimal): -4418278 or 1742268. OLE color: 1742268.

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

Color convert

RGB 188 149 26 -
CMYK 0 0.21 0.86 0.26
HSL 45.56º 0.76% 0.42% -
HSV(B) 45.56º 0.86% 0.74% -
XYZ 31.67 32.26 5.53 -
YUV 146.64 59.92 157.5 -
System Red Green Blue C M Y K H S L
Decimal 188 149 26 0 0.21 0.86 0.26 45.56 0.76 0.42
Hex BC 95 1A 0 15 56 1A 2E 4C 2A
Octal 274 225 32 0 25 126 32 56 114 52
Binary 10111100 10010101 11010 0 10101 1010110 11010 101110 1001100 101010

Color Harmonies of #BC951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC951A

Black with #BC951A

Text Example


Text Example

White with #BC951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC951A; }

 p { color: rgb(188,149,26); }

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

background-color css

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

 a { background-color: rgb(188,149,26); }

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

border-color css

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

 span { border-color: rgb(188,149,26); }

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