Html Css Color HEX #BC981B Buddha Gold

📋 copy color: '#BC981B'

red 188 ◦ green 152 ◦ blue 27

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

Shades of Buddha Gold #BC981B

Tints of Buddha Gold #BC981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

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

R = 51.23%
G = 41.42%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC981B (or 0xBC981B) is known color: Buddha Gold. HEX triplet: BC, 98 and 1B. RGB value is (188,152,27). Sum of RGB (Red+Green+Blue) = 188+152+27=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC981B is #4367E4. Grayscale: #959595. Windows color (decimal): -4417509 or 1808572. OLE color: 1808572.

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

Color convert

RGB 188 152 27 -
CMYK 0 0.19 0.86 0.26
HSL 46.58º 0.75% 0.42% -
HSV(B) 46.58º 0.86% 0.74% -
XYZ 32.17 33.23 5.76 -
YUV 148.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 188 152 27 0 0.19 0.86 0.26 46.58 0.75 0.42
Hex BC 98 1B 0 13 56 1A 2F 4B 2A
Octal 274 230 33 0 23 126 32 57 113 52
Binary 10111100 10011000 11011 0 10011 1010110 11010 101111 1001011 101010

Color Harmonies of #BC981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC981B

Black with #BC981B

Text Example


Text Example

White with #BC981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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