Html Css Color HEX #BC931B Buddha Gold

📋 copy color: '#BC931B'

red 188 ◦ green 147 ◦ blue 27

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

Shades of Buddha Gold #BC931B

Tints of Buddha Gold #BC931B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 51.93%
G = 40.61%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC931B (or 0xBC931B) is known color: Buddha Gold. HEX triplet: BC, 93 and 1B. RGB value is (188,147,27). Sum of RGB (Red+Green+Blue) = 188+147+27=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC931B is #436CE4. Grayscale: #929292. Windows color (decimal): -4418789 or 1807292. OLE color: 1807292.

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

Color convert

RGB 188 147 27 -
CMYK 0 0.22 0.86 0.26
HSL 44.72º 0.75% 0.42% -
HSV(B) 44.72º 0.86% 0.74% -
XYZ 31.37 31.64 5.49 -
YUV 145.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 188 147 27 0 0.22 0.86 0.26 44.72 0.75 0.42
Hex BC 93 1B 0 16 56 1A 2D 4B 2A
Octal 274 223 33 0 26 126 32 55 113 52
Binary 10111100 10010011 11011 0 10110 1010110 11010 101101 1001011 101010

Color Harmonies of #BC931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC931B

Black with #BC931B

Text Example


Text Example

White with #BC931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC931B; }

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

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

background-color css

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

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

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

border-color css

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

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

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