Html Css Color HEX #BC981F Buddha Gold

📋 copy color: '#BC981F'

red 188 ◦ green 152 ◦ blue 31

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

Shades of Buddha Gold #BC981F

Tints of Buddha Gold #BC981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 50.67%
G = 40.97%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC981F (or 0xBC981F) is known color: Buddha Gold. HEX triplet: BC, 98 and 1F. RGB value is (188,152,31). Sum of RGB (Red+Green+Blue) = 188+152+31=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC981F is #4367E0. Grayscale: #959595. Windows color (decimal): -4417505 or 2070716. OLE color: 2070716.

HSL color Cylindrical-coordinate representation of color #BC981F: hue angle of 46.24º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC981F is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 31 -
CMYK 0 0.19 0.84 0.26
HSL 46.24º 0.72% 0.43% -
HSV(B) 46.24º 0.84% 0.74% -
XYZ 32.21 33.25 6.02 -
YUV 148.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 188 152 31 0 0.19 0.84 0.26 46.24 0.72 0.43
Hex BC 98 1F 0 13 54 1A 2E 48 2B
Octal 274 230 37 0 23 124 32 56 110 53
Binary 10111100 10011000 11111 0 10011 1010100 11010 101110 1001000 101011

Color Harmonies of #BC981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC981F

Black with #BC981F

Text Example


Text Example

White with #BC981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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